Add one more aerospace workspace

This commit is contained in:
Tobias Ostner 2024-12-08 14:51:03 +07:00
parent 8ade1cc2cb
commit 4aa52a2bc1

View file

@ -8,6 +8,7 @@ default-root-container-layout = 'tiles'
default-root-container-orientation = 'auto' default-root-container-orientation = 'auto'
key-mapping.preset = 'qwerty' key-mapping.preset = 'qwerty'
on-focused-monitor-changed = ['move-mouse monitor-lazy-center'] on-focused-monitor-changed = ['move-mouse monitor-lazy-center']
automatically-unhide-macos-hidden-apps = true
[gaps] [gaps]
inner.horizontal = 8 inner.horizontal = 8
@ -39,12 +40,14 @@ alt-2 = 'workspace 2'
alt-3 = 'workspace 3' alt-3 = 'workspace 3'
alt-4 = 'workspace 4' alt-4 = 'workspace 4'
alt-5 = 'workspace 5' alt-5 = 'workspace 5'
alt-6 = 'workspace 6'
alt-shift-1 = 'move-node-to-workspace 1' alt-shift-1 = 'move-node-to-workspace 1'
alt-shift-2 = 'move-node-to-workspace 2' alt-shift-2 = 'move-node-to-workspace 2'
alt-shift-3 = 'move-node-to-workspace 3' alt-shift-3 = 'move-node-to-workspace 3'
alt-shift-4 = 'move-node-to-workspace 4' alt-shift-4 = 'move-node-to-workspace 4'
alt-shift-5 = 'move-node-to-workspace 5' alt-shift-5 = 'move-node-to-workspace 5'
alt-shift-6 = 'move-node-to-workspace 6'
alt-tab = 'workspace-back-and-forth' alt-tab = 'workspace-back-and-forth'
alt-shift-tab = 'move-workspace-to-monitor --wrap-around next' alt-shift-tab = 'move-workspace-to-monitor --wrap-around next'