diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index f61976d..0de3dd4 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -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 diff --git a/assets/1706982796creenshot.jpeg b/assets/1706982796creenshot.jpeg new file mode 100644 index 0000000..a5ade2b Binary files /dev/null and b/assets/1706982796creenshot.jpeg differ