aerospace: Add ctrl to multi-monitor bindings
This avoids conflicts with helix bindings.
This commit is contained in:
parent
7aa0a9ecf3
commit
0aa698f6af
1 changed files with 4 additions and 4 deletions
|
|
@ -91,11 +91,11 @@ alt-shift-8 = ['move-node-to-workspace 8', 'workspace 8']
|
||||||
alt-shift-9 = ['move-node-to-workspace 9', 'workspace 9']
|
alt-shift-9 = ['move-node-to-workspace 9', 'workspace 9']
|
||||||
alt-shift-0 = ['move-node-to-workspace 10', 'workspace 10']
|
alt-shift-0 = ['move-node-to-workspace 10', 'workspace 10']
|
||||||
|
|
||||||
alt-comma = 'focus-monitor prev'
|
alt-ctrl-comma = 'focus-monitor prev'
|
||||||
alt-period = 'focus-monitor next'
|
alt-ctrl-period = 'focus-monitor next'
|
||||||
|
|
||||||
alt-shift-comma = 'move-workspace-to-monitor prev'
|
alt-ctrl-shift-comma = 'move-workspace-to-monitor prev'
|
||||||
alt-shift-period = 'move-workspace-to-monitor next'
|
alt-ctrl-shift-period = 'move-workspace-to-monitor next'
|
||||||
|
|
||||||
alt-shift-r = 'mode resize'
|
alt-shift-r = 'mode resize'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue