feat(aerospace): add more rules for positioning

This commit is contained in:
Stefan Imhoff
2025-03-14 12:51:11 +01:00
parent 7422127bea
commit 5b08103904

View File

@@ -143,11 +143,20 @@ run = "move-node-to-workspace 6"
if.app-id = 'com.microsoft.teams2' if.app-id = 'com.microsoft.teams2'
run = "move-node-to-workspace 7" run = "move-node-to-workspace 7"
[[on-window-detected]]
if.app-id = 'com.figma.Desktop'
run = "move-node-to-workspace 9"
[[on-window-detected]] [[on-window-detected]]
if.app-id = 'company.thebrowser.Browser' if.app-id = 'company.thebrowser.Browser'
check-further-callbacks = true check-further-callbacks = true
run = 'layout floating' run = 'layout floating'
[[on-window-detected]]
if.app-id = 'com.daisydiskapp.DaisyDiskStandAlone'
check-further-callbacks = true
run = 'layout floating'
[[on-window-detected]] [[on-window-detected]]
if.app-id = 'company.thebrowser.Browser' if.app-id = 'company.thebrowser.Browser'
if.window-title-regex-substring = '^[^Space|Little]' if.window-title-regex-substring = '^[^Space|Little]'