feat(aerospace): remove Arc and add Affinity

This commit is contained in:
Stefan Imhoff
2025-08-06 18:07:23 +02:00
parent b64f28a9a7
commit 7df7f1bde8

View File

@@ -119,10 +119,6 @@ run = "move-node-to-workspace 1"
if.app-id = 'com.brave.Browser' if.app-id = 'com.brave.Browser'
run = "move-node-to-workspace 2" run = "move-node-to-workspace 2"
[[on-window-detected]]
if.app-id = 'company.thebrowser.Browser'
run = "move-node-to-workspace 2"
[[on-window-detected]] [[on-window-detected]]
if.app-id = 'tw.ogdesign.eagle' if.app-id = 'tw.ogdesign.eagle'
run = "move-node-to-workspace 3" run = "move-node-to-workspace 3"
@@ -144,25 +140,22 @@ if.app-id = 'com.microsoft.teams2'
run = "move-node-to-workspace 7" run = "move-node-to-workspace 7"
[[on-window-detected]] [[on-window-detected]]
if.app-id = 'com.figma.Desktop' if.app-id = 'com.seriflabs.affinitydesigner2'
run = "move-node-to-workspace 9" run = "move-node-to-workspace 8"
[[on-window-detected]] [[on-window-detected]]
if.app-id = 'company.thebrowser.Browser' if.app-id = 'com.seriflabs.affinityphoto2'
check-further-callbacks = true run = "move-node-to-workspace 8"
run = 'layout floating'
[[on-window-detected]]
if.app-id = 'com.figma.Desktop'
run = "move-node-to-workspace 9"
[[on-window-detected]] [[on-window-detected]]
if.app-id = 'com.daisydiskapp.DaisyDiskStandAlone' if.app-id = 'com.daisydiskapp.DaisyDiskStandAlone'
check-further-callbacks = true check-further-callbacks = true
run = 'layout floating' run = 'layout floating'
[[on-window-detected]]
if.app-id = 'company.thebrowser.Browser'
if.window-title-regex-substring = '^[^Space|Little]'
check-further-callbacks = true
run = 'layout tiling'
[[on-window-detected]] [[on-window-detected]]
if.app-id = 'io.zsa.keymapp' if.app-id = 'io.zsa.keymapp'
check-further-callbacks = true check-further-callbacks = true