Swap G-Tab and G-S-Tab directions now that I have 3 displays
This commit is contained in:
+3
-2
@@ -598,8 +598,9 @@
|
|||||||
M-S {:mod1 true :shift true}]
|
M-S {:mod1 true :shift true}]
|
||||||
[[:Tab M (action/focus :next)]
|
[[:Tab M (action/focus :next)]
|
||||||
[:Tab M-S (action/focus :prev)]
|
[:Tab M-S (action/focus :prev)]
|
||||||
[:Tab G (action/focus-output :next)]
|
# Go left-to-right
|
||||||
[:Tab G-S (action/focus-output :prev)]
|
[:Tab G (action/focus-output :prev)]
|
||||||
|
[:Tab G-S (action/focus-output :next)]
|
||||||
[:Tab {:mod4 true :ctrl true :mod1 true} (action/spawn "toggle-monitor")]
|
[:Tab {:mod4 true :ctrl true :mod1 true} (action/spawn "toggle-monitor")]
|
||||||
[:Return G (action/spawn "alacritty")]
|
[:Return G (action/spawn "alacritty")]
|
||||||
[:f G (action/toggle-fullscreen true)]
|
[:f G (action/toggle-fullscreen true)]
|
||||||
|
|||||||
Reference in New Issue
Block a user