Swap G-Tab and G-S-Tab directions now that I have 3 displays

This commit is contained in:
bluepython508
2026-09-03 17:40:47 +01:00
parent 3f2c40960f
commit 31b80abee2
+3 -2
View File
@@ -598,8 +598,9 @@
M-S {:mod1 true :shift true}]
[[:Tab M (action/focus :next)]
[:Tab M-S (action/focus :prev)]
[:Tab G (action/focus-output :next)]
[:Tab G-S (action/focus-output :prev)]
# Go left-to-right
[:Tab G (action/focus-output :prev)]
[:Tab G-S (action/focus-output :next)]
[:Tab {:mod4 true :ctrl true :mod1 true} (action/spawn "toggle-monitor")]
[:Return G (action/spawn "alacritty")]
[:f G (action/toggle-fullscreen true)]