From 03d2f324928b2d9702c340a82e1959c1e9ebed3a Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 5 Jan 2026 16:38:31 +0000 Subject: [PATCH] [aerospace] Update config --- aerospace/.config/aerospace/aerospace.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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'