feat(hypr): add more shortcuts

This commit is contained in:
2026-03-02 12:50:39 +01:00
parent 5f0d18b1d0
commit 9e6bf9618f

View File

@@ -11,6 +11,9 @@ bind = $mainMod, L, movefocus, r
bind = $mainMod, K, movefocus, u
bind = $mainMod, J, movefocus, d
bind = CTRL ALT, left, workspace, e-1
bind = CTRL ALT, right, workspace, e+1
# Resize with Mod + Shift + HJKL (repeatable)
binde = $mainMod ALT, L, resizeactive, 50 0
binde = $mainMod ALT, H, resizeactive, -50 0