diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-28 12:09:47 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-28 12:09:47 +0900 |
| commit | ea2c9c40263f3a47048448ab817d8d7b0fee648a (patch) | |
| tree | eb69098ff6d41316c270ad12111b05351f74bff8 | |
| parent | 39cd0d3d0c06dc0b44a6972cc8618002e724713b (diff) | |
modified aerospace/aerospace.toml
| -rw-r--r-- | mac/.config/aerospace/aerospace.toml | 20 |
1 files 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]] @@ -260,6 +268,10 @@ 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' |
