mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(aerospace): add more rules for positioning
This commit is contained in:
@@ -143,11 +143,20 @@ run = "move-node-to-workspace 6"
|
||||
if.app-id = 'com.microsoft.teams2'
|
||||
run = "move-node-to-workspace 7"
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.figma.Desktop'
|
||||
run = "move-node-to-workspace 9"
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'company.thebrowser.Browser'
|
||||
check-further-callbacks = true
|
||||
run = 'layout floating'
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'com.daisydiskapp.DaisyDiskStandAlone'
|
||||
check-further-callbacks = true
|
||||
run = 'layout floating'
|
||||
|
||||
[[on-window-detected]]
|
||||
if.app-id = 'company.thebrowser.Browser'
|
||||
if.window-title-regex-substring = '^[^Space|Little]'
|
||||
|
||||
Reference in New Issue
Block a user