From f5193092d18b04ad4c1937e2b2b120c596aca5d6 Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Fri, 12 Sep 2025 19:05:10 +0900 Subject: updates --- mac/.config/aerospace/aerospace.toml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'mac/.config/aerospace/aerospace.toml') 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' @@ -262,6 +263,10 @@ on-focus-changed = ['move-mouse window-lazy-center'] alt-shift-r = ['exec-and-forget /opt/homebrew/bin/sketchybar --reload'] # 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' -- cgit v1.2.3