From e0cfc2654c22317f32b33939a054dd7e6121ba33 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Tue, 20 Jan 2026 13:54:21 +0000 Subject: [PATCH] [aerospace] Update config --- aerospace/.config/aerospace/aerospace.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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]]