hypr -> bindings: Added window resize bindings

This commit is contained in:
GaspardCulis 2024-08-08 13:24:23 +02:00
parent 7ace951889
commit c5e9e5f351
No known key found for this signature in database
GPG key ID: BC18146756955609

View file

@ -91,6 +91,12 @@ bind = $mainMod+CONTROL+SHIFT, down, hy3:movewindow, d, once, visible
bind = $mainMod+CONTROL+SHIFT, up, hy3:movewindow, u, once, visible
bind = $mainMod+CONTROL+SHIFT, right, hy3:movewindow, r, once, visible
# Resizing windows
binde = $mainMod+ALT, right, resizeactive, 30 0
binde = $mainMod+ALT, left, resizeactive, -30 0
binde = $mainMod+ALT, up, resizeactive, 0 -30
binde = $mainMod+ALT, down, resizeactive, 0 30
bind = $mainMod, 10, workspace, 1
bind = $mainMod, 11, workspace, 2
bind = $mainMod, 12, workspace, 3