mirror of
https://github.com/mikkelsvartveit/dotfiles.git
synced 2025-12-22 19:22:38 +00:00
Update Aerospace config
This commit is contained in:
parent
707581a511
commit
8400126386
1 changed files with 19 additions and 7 deletions
|
|
@ -120,12 +120,20 @@ automatically-unhide-macos-hidden-apps = true
|
||||||
alt-6 = 'workspace 6'
|
alt-6 = 'workspace 6'
|
||||||
|
|
||||||
# See: https://nikitabobko.github.io/AeroSpace/commands#move-node-to-workspace
|
# See: https://nikitabobko.github.io/AeroSpace/commands#move-node-to-workspace
|
||||||
alt-shift-1 = ['move-node-to-workspace 1', 'workspace 1']
|
alt-shift-1 = 'move-node-to-workspace 1'
|
||||||
alt-shift-2 = ['move-node-to-workspace 2', 'workspace 2']
|
alt-shift-2 = 'move-node-to-workspace 2'
|
||||||
alt-shift-3 = ['move-node-to-workspace 3', 'workspace 3']
|
alt-shift-3 = 'move-node-to-workspace 3'
|
||||||
alt-shift-4 = ['move-node-to-workspace 4', 'workspace 4']
|
alt-shift-4 = 'move-node-to-workspace 4'
|
||||||
alt-shift-5 = ['move-node-to-workspace 5', 'workspace 5']
|
alt-shift-5 = 'move-node-to-workspace 5'
|
||||||
alt-shift-6 = ['move-node-to-workspace 6', 'workspace 6']
|
alt-shift-6 = 'move-node-to-workspace 6'
|
||||||
|
|
||||||
|
# Move to workspace AND change to it
|
||||||
|
alt-ctrl-1 = ['move-node-to-workspace 1', 'workspace 1']
|
||||||
|
alt-ctrl-2 = ['move-node-to-workspace 2', 'workspace 2']
|
||||||
|
alt-ctrl-3 = ['move-node-to-workspace 3', 'workspace 3']
|
||||||
|
alt-ctrl-4 = ['move-node-to-workspace 4', 'workspace 4']
|
||||||
|
alt-ctrl-5 = ['move-node-to-workspace 5', 'workspace 5']
|
||||||
|
alt-ctrl-6 = ['move-node-to-workspace 6', 'workspace 6']
|
||||||
|
|
||||||
# See: https://nikitabobko.github.io/AeroSpace/commands#workspace-back-and-forth
|
# See: https://nikitabobko.github.io/AeroSpace/commands#workspace-back-and-forth
|
||||||
alt-tab = 'workspace-back-and-forth'
|
alt-tab = 'workspace-back-and-forth'
|
||||||
|
|
@ -135,7 +143,11 @@ automatically-unhide-macos-hidden-apps = true
|
||||||
# See: https://nikitabobko.github.io/AeroSpace/commands#mode
|
# See: https://nikitabobko.github.io/AeroSpace/commands#mode
|
||||||
alt-shift-comma = 'mode service'
|
alt-shift-comma = 'mode service'
|
||||||
|
|
||||||
alt-t = ['layout floating tiling', 'mode main'] # Toggle between floating and tiling layout
|
# Toggle between floating and tiling layout
|
||||||
|
alt-t = 'layout floating tiling'
|
||||||
|
|
||||||
|
# Toggle between tiles and accordion
|
||||||
|
alt-g = 'layout tiles accordion'
|
||||||
|
|
||||||
# 'service' binding mode declaration.
|
# 'service' binding mode declaration.
|
||||||
# See: https://nikitabobko.github.io/AeroSpace/guide#binding-modes
|
# See: https://nikitabobko.github.io/AeroSpace/guide#binding-modes
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue