Added Hyprland resize and move keybindings

This commit is contained in:
Marcius 2024-02-04 13:45:12 +00:00
parent d8e3f71220
commit 123cf88e94
2 changed files with 8 additions and 0 deletions

View file

@ -210,3 +210,11 @@ bind = $mainMod, mouse_up, workspace, e-1
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
# Move/Resize window with keys
binde = $mainModS, up, resizeactive, 10 10
binde = $mainModS, down, resizeactive, -10 -10
binde = $mainMod, up, moveactive, 0 -15
binde = $mainMod, down, moveactive, 0 15
binde = $mainMod, right, moveactive, 15 0
binde = $mainMod, left, moveactive, -15 0

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB