[aerospace] Update config

This commit is contained in:
Andrew Williams
2026-01-20 13:54:21 +00:00
parent 12590e3547
commit e0cfc2654c

View File

@@ -240,7 +240,7 @@ run = 'move-node-to-workspace B'
# VSCode windows to workspace C
[[on-window-detected]]
if.app-id = 'com.microsoft.VSCode'
run = 'move-node-to-workspace C'
run = ['move-node-to-workspace C', 'layout v_accordion']
# Zed settings windows float
[[on-window-detected]]
@@ -252,7 +252,7 @@ check-further-callbacks = false
# Zed windows to workspace C
[[on-window-detected]]
if.app-id = 'dev.zed.Zed'
run = 'move-node-to-workspace C'
run = ['move-node-to-workspace C', 'layout v_accordion']
# Ghostty terminal windows to workspace T
[[on-window-detected]]
@@ -262,12 +262,12 @@ run = 'move-node-to-workspace T'
# Finder windows float
[[on-window-detected]]
if.app-id = 'com.apple.finder'
run = ['layout floating']
run = ['move-node-to-workspace F', 'layout floating']
# Telegram windows float
[[on-window-detected]]
if.app-name-regex-substring = 'telegram'
run = 'layout floating'
run = ['move-node-to-workspace S', 'layout v_accordion']
# Activity Monitor windows float
[[on-window-detected]]