diff --git a/aerospace/.config/aerospace/aerospace.toml b/aerospace/.config/aerospace/aerospace.toml index dd9cda4..fe9e6e8 100644 --- a/aerospace/.config/aerospace/aerospace.toml +++ b/aerospace/.config/aerospace/aerospace.toml @@ -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]]