@@ -11,6 +11,7 @@ default-root-container-orientation = 'auto'
11
11
# See https://nikitabobko.github.io/AeroSpace/guide#on-focus-changed-callbacks
12
12
# See https://nikitabobko.github.io/AeroSpace/commands#move-mouse
13
13
on-focused-monitor-changed = [' move-mouse monitor-lazy-center' ]
14
+ # on-focus-changed = ['move-mouse window-lazy-center']
14
15
15
16
# Possible values: (qwerty|dvorak)
16
17
# See https://nikitabobko.github.io/AeroSpace/guide#key-mapping
@@ -100,8 +101,8 @@ alt-shift-up = 'move up'
100
101
alt-shift-right = ' move right'
101
102
102
103
# See: https://nikitabobko.github.io/AeroSpace/commands#resize
103
- alt-shift-minus = ' resize smart -50 '
104
- alt-shift-equal = ' resize smart +50 '
104
+ alt-shift-minus = ' resize smart -40 '
105
+ alt-shift-equal = ' resize smart +40 '
105
106
106
107
# See: https://nikitabobko.github.io/AeroSpace/commands#workspace
107
108
alt-1 = ' workspace 1'
@@ -125,7 +126,7 @@ alt-shift-6 = ['move-node-to-workspace 6', 'workspace 6']
125
126
alt-shift-7 = [' move-node-to-workspace 7' , ' workspace 7' ]
126
127
alt-shift-8 = [' move-node-to-workspace 8' , ' workspace 8' ]
127
128
alt-shift-9 = [' move-node-to-workspace 9' , ' workspace 9' ]
128
- # alt-shift-t = ' workspace T'
129
+ alt-shift-t = [ ' move-node-to- workspace T' , ' workspace T ' ]
129
130
130
131
# See: https://nikitabobko.github.io/AeroSpace/commands#workspace-back-and-forth
131
132
alt-tab = ' workspace-back-and-forth'
0 commit comments