Adjust workspace use and related aerospace configs; minor other changes
This commit is contained in:
@@ -9,7 +9,7 @@ enable-normalization-opposite-orientation-for-nested-containers = true
|
||||
accordion-padding = 0 # ref: https://nikitabobko.github.io/AeroSpace/guide#layouts
|
||||
|
||||
default-root-container-layout = 'accordion' # tiles|accordion
|
||||
default-root-container-orientation = 'auto' # horizontal|vertical|auto
|
||||
default-root-container-orientation = 'vertical' # horizontal|vertical|auto
|
||||
|
||||
# refs: https://nikitabobko.github.io/AeroSpace/guide#on-focus-changed-callbacks
|
||||
# https://nikitabobko.github.io/AeroSpace/commands#move-mouse
|
||||
@@ -61,8 +61,9 @@ automatically-unhide-macos-hidden-apps = true
|
||||
# '''
|
||||
|
||||
# See: https://nikitabobko.github.io/AeroSpace/commands#layout
|
||||
alt-slash = 'layout tiles horizontal vertical'
|
||||
alt-comma = 'layout accordion horizontal vertical'
|
||||
alt-comma = 'layout v_accordion'
|
||||
alt-period = 'layout h_tiles'
|
||||
alt-slash = 'layout horizontal vertical'
|
||||
|
||||
# See: https://nikitabobko.github.io/AeroSpace/commands#focus
|
||||
# new windows are added to the stack "below" the current, so swap up and down
|
||||
@@ -94,6 +95,7 @@ automatically-unhide-macos-hidden-apps = true
|
||||
alt-7 = 'workspace 7'
|
||||
alt-8 = 'workspace 8'
|
||||
alt-9 = 'workspace 9'
|
||||
alt-0 = 'workspace 0'
|
||||
|
||||
# See: https://nikitabobko.github.io/AeroSpace/commands#move-node-to-workspace
|
||||
alt-shift-1 = 'move-node-to-workspace 1'
|
||||
@@ -105,6 +107,7 @@ automatically-unhide-macos-hidden-apps = true
|
||||
alt-shift-7 = 'move-node-to-workspace 7'
|
||||
alt-shift-8 = 'move-node-to-workspace 8'
|
||||
alt-shift-9 = 'move-node-to-workspace 9'
|
||||
alt-shift-0 = 'move-node-to-workspace 0'
|
||||
|
||||
# See: https://nikitabobko.github.io/AeroSpace/commands#mode
|
||||
alt-shift-semicolon = 'mode service'
|
||||
@@ -117,9 +120,8 @@ automatically-unhide-macos-hidden-apps = true
|
||||
|
||||
r = ['flatten-workspace-tree', 'mode main'] # reset layout
|
||||
f = ['flatten-workspace-tree', 'layout floating', 'mode main']
|
||||
t = ['flatten-workspace-tree', 'layout tiling', 'mode main']
|
||||
s = ['layout v_accordion', 'mode main']
|
||||
g = ['layout v_tiles', 'mode main']
|
||||
s = ['flatten-workspace-tree', 'layout v_accordion', 'mode main']
|
||||
g = ['flatten-workspace-tree', 'layout h_tiles', 'mode main']
|
||||
|
||||
alt-shift-h = ['join-with left', 'mode main']
|
||||
alt-shift-j = ['join-with down', 'mode main']
|
||||
|
Reference in New Issue
Block a user