diff options
Diffstat (limited to 'mac/.config/aerospace/aerospace.toml')
| -rw-r--r-- | mac/.config/aerospace/aerospace.toml | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/mac/.config/aerospace/aerospace.toml b/mac/.config/aerospace/aerospace.toml index aa055be..5412537 100644 --- a/mac/.config/aerospace/aerospace.toml +++ b/mac/.config/aerospace/aerospace.toml @@ -138,8 +138,8 @@ on-focus-changed = ['move-mouse window-lazy-center'] alt-ctrl-w = 'exec-and-forget open -na "Brave Browser"' # See: https://nikitabobko.github.io/AeroSpace/commands#layout - alt-slash = 'layout tiles horizontal vertical' - alt-comma = 'layout accordion horizontal vertical' + alt-ctrl-slash = 'layout tiles horizontal vertical' + alt-ctrl-comma = 'layout accordion horizontal vertical' # See: https://nikitabobko.github.io/AeroSpace/commands#focus alt-h = 'focus left --boundaries all-monitors-outer-frame' @@ -158,6 +158,7 @@ on-focus-changed = ['move-mouse window-lazy-center'] alt-equal = 'resize smart +50' # See: https://nikitabobko.github.io/AeroSpace/commands#workspace + alt-f = 'workspace E' alt-1 = 'workspace 1' alt-2 = 'workspace 2' alt-3 = 'workspace 3' @@ -263,6 +264,10 @@ on-focus-changed = ['move-mouse window-lazy-center'] # Application Rules [[on-window-detected]] +if.app-id = 'com.apple.finder' +run = ['move-node-to-workspace E'] + +[[on-window-detected]] if.app-id = 'com.apple.weather' run = ['layout floating'] @@ -288,31 +293,31 @@ run = ['move-node-to-workspace 4'] [[on-window-detected]] if.app-id = 'com.microsoft.VSCode' -run = ['move-node-to-workspace 5'] +run = ['move-node-to-workspace 6'] [[on-window-detected]] if.app-id = 'com.microsoft.Excel' -run = ['move-node-to-workspace 6'] +run = ['move-node-to-workspace 7'] [[on-window-detected]] if.app-id = 'com.microsoft.Word' -run = ['move-node-to-workspace 6'] +run = ['move-node-to-workspace 7'] [[on-window-detected]] if.app-id = 'com.microsoft.Powerpoint' -run = ['move-node-to-workspace 6'] +run = ['move-node-to-workspace 7'] [[on-window-detected]] if.app-id = 'org.jkiss.dbeaver.core.product' -run = ['move-node-to-workspace 7'] +run = ['move-node-to-workspace 8'] [[on-window-detected]] if.app-id = 'com.electron.dockerdesktop' -run = ['move-node-to-workspace 8'] +run = ['move-node-to-workspace 9'] [[on-window-detected]] if.app-id = 'com.microsoft.Outlook' -run = ['move-node-to-workspace 9'] +run = ['move-node-to-workspace 10'] [[on-window-detected]] if.app-id = 'com.microsoft.teams2' |
