From 6a78471a4bd8b5efcc39328e803df3fe6772ee39 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Mon, 25 Aug 2025 10:49:25 +0200 Subject: [PATCH] feat(aerospace): add default workspaces for music and podcasts --- config/aerospace/aerospace.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/aerospace/aerospace.toml b/config/aerospace/aerospace.toml index 5db64f2..b0c430d 100644 --- a/config/aerospace/aerospace.toml +++ b/config/aerospace/aerospace.toml @@ -135,6 +135,14 @@ run = "move-node-to-workspace 5" if.app-id = 'com.spotify.client' run = "move-node-to-workspace 6" +[[on-window-detected]] +if.app-id = 'com.apple.Music' +run = "move-node-to-workspace 6" + +[[on-window-detected]] +if.app-id = 'com.apple.podcasts' +run = "move-node-to-workspace 6" + [[on-window-detected]] if.app-id = 'com.microsoft.teams2' run = "move-node-to-workspace 7"