From ea2c9c40263f3a47048448ab817d8d7b0fee648a Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 28 Aug 2025 12:09:47 +0900 Subject: modified aerospace/aerospace.toml --- mac/.config/aerospace/aerospace.toml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/mac/.config/aerospace/aerospace.toml b/mac/.config/aerospace/aerospace.toml index febfc9e..e87b0da 100644 --- a/mac/.config/aerospace/aerospace.toml +++ b/mac/.config/aerospace/aerospace.toml @@ -240,15 +240,23 @@ if.app-id = 'com.microsoft.VSCode' run = ['move-node-to-workspace 4'] [[on-window-detected]] -if.app-id = 'org.jkiss.dbeaver.core.product' +if.app-id = 'com.microsoft.Excel' run = ['move-node-to-workspace 5'] [[on-window-detected]] -if.app-id = 'com.clickup.desktop-app' +if.app-id = 'com.microsoft.Word' run = ['move-node-to-workspace 5'] [[on-window-detected]] -if.app-id = 'com.electron.dockerdesktop' +if.app-id = 'com.microsoft.Powerpoint' +run = ['move-node-to-workspace 5'] + +[[on-window-detected]] +if.app-id = 'org.jkiss.dbeaver.core.product' +run = ['move-node-to-workspace 6'] + +[[on-window-detected]] +if.app-id = 'com.clickup.desktop-app' run = ['move-node-to-workspace 6'] [[on-window-detected]] @@ -259,6 +267,10 @@ run = ['move-node-to-workspace 6'] if.app-id = "md.obsidian" run = ['move-node-to-workspace 6'] +[[on-window-detected]] +if.app-id = 'com.electron.dockerdesktop' +run = ['move-node-to-workspace 7'] + [[on-window-detected]] if.app-id = 'com.colliderli.iina' run = ['move-node-to-workspace 7'] @@ -273,7 +285,7 @@ run = ['move-node-to-workspace 8'] [[on-window-detected]] if.app-id = 'com.microsoft.Outlook' -run = ['move-node-to-workspace 9'] +run = ['move-node-to-workspace 8'] [[on-window-detected]] if.app-id = 'com.microsoft.teams2' -- cgit v1.2.3