@@ -73,6 +73,12 @@ automatically-unhide-macos-hidden-apps = false
7373 outer.bottom = 0
7474 outer.top = 0
7575 outer.right = 0
76+ # inner.horizontal = 16
77+ # inner.vertical = 16
78+ # outer.left = 16
79+ # outer.bottom = 16
80+ # outer.top = 16
81+ # outer.right = 16
7682 # inner.horizontal = 8
7783 # inner.vertical = 8
7884 # outer.left = 8
@@ -195,12 +201,12 @@ automatically-unhide-macos-hidden-apps = false
195201 # alt-cmd-z = 'workspace Z'
196202
197203 # See: https://nikitabobko.github.io/AeroSpace/commands#move-node-to-workspace
198- alt-shift-1 = ' move-node-to-workspace 1'
199- alt-shift-2 = ' move-node-to-workspace 2'
200- alt-shift-3 = ' move-node-to-workspace 3'
201- alt-shift-4 = ' move-node-to-workspace 4'
202- alt-shift-5 = ' move-node-to-workspace 5'
203- # alt-shift-6 = 'move-node-to-workspace 6'
204+ alt-shift-1 = ' move-node-to-workspace 1 --focus-follows-window '
205+ alt-shift-2 = ' move-node-to-workspace 2 --focus-follows-window '
206+ alt-shift-3 = ' move-node-to-workspace 3 --focus-follows-window '
207+ alt-shift-4 = ' move-node-to-workspace 4 --focus-follows-window '
208+ alt-shift-5 = ' move-node-to-workspace 5 --focus-follows-window '
209+ # alt-shift-6 = 'move-node-to-workspace 6'
204210 # alt-shift-7 = 'move-node-to-workspace 7'
205211 # alt-shift-8 = 'move-node-to-workspace 8'
206212 # alt-shift-9 = 'move-node-to-workspace 9'
@@ -234,7 +240,8 @@ automatically-unhide-macos-hidden-apps = false
234240
235241 # See: https://nikitabobko.github.io/AeroSpace/commands#mode
236242 alt-shift-semicolon = ' mode service'
237-
243+ alt-shift-cmd-f = ' layout floating tiling'
244+
238245# 'service' binding mode declaration.
239246# See: https://nikitabobko.github.io/AeroSpace/guide#binding-modes
240247[mode .service .binding ]
0 commit comments