diff --git a/aerospace/.config/aerospace/aerospace.toml b/aerospace/.config/aerospace/aerospace.toml index 64dfef9..3f6d3bd 100644 --- a/aerospace/.config/aerospace/aerospace.toml +++ b/aerospace/.config/aerospace/aerospace.toml @@ -226,6 +226,10 @@ run = 'move-node-to-workspace B' if.app-id = 'com.microsoft.VSCode' run = 'move-node-to-workspace C' +[[on-window-detected]] +if.app-id = 'dev.zed.Zed' +run = 'move-node-to-workspace C' + [[on-window-detected]] if.app-id = 'com.mitchellh.ghostty' run = 'move-node-to-workspace T' @@ -241,3 +245,15 @@ run = 'layout floating' [[on-window-detected]] if.app-id = 'com.apple.ActivityMonitor' run = 'layout floating' + +[[on-window-detected]] +if.app-id = 'com.microsoft.Outlook' +run = 'move-node-to-workspace W' + +[[on-window-detected]] +if.app-id = 'com.microsoft.teams2' +run = 'move-node-to-workspace W' + +[[on-window-detected]] +if.app-id = 'com.electron.logseq' +run = 'move-node-to-workspace Q'