feat(aerospace): add default workspaces for music and podcasts

This commit is contained in:
Stefan Imhoff
2025-08-25 10:49:25 +02:00
parent 4740c368fe
commit 6a78471a4b

View File

@@ -135,6 +135,14 @@ run = "move-node-to-workspace 5"
if.app-id = 'com.spotify.client' if.app-id = 'com.spotify.client'
run = "move-node-to-workspace 6" run = "move-node-to-workspace 6"
[[on-window-detected]]
if.app-id = 'com.apple.Music'
run = "move-node-to-workspace 6"
[[on-window-detected]]
if.app-id = 'com.apple.podcasts'
run = "move-node-to-workspace 6"
[[on-window-detected]] [[on-window-detected]]
if.app-id = 'com.microsoft.teams2' if.app-id = 'com.microsoft.teams2'
run = "move-node-to-workspace 7" run = "move-node-to-workspace 7"