hypr -> bindings: Added window resize bindings
This commit is contained in:
parent
7ace951889
commit
c5e9e5f351
1 changed files with 6 additions and 0 deletions
|
@ -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, up, hy3:movewindow, u, once, visible
|
||||||
bind = $mainMod+CONTROL+SHIFT, right, hy3:movewindow, r, 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, 10, workspace, 1
|
||||||
bind = $mainMod, 11, workspace, 2
|
bind = $mainMod, 11, workspace, 2
|
||||||
bind = $mainMod, 12, workspace, 3
|
bind = $mainMod, 12, workspace, 3
|
||||||
|
|
Loading…
Reference in a new issue