diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 260f4bc..56c20d0 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -268,6 +268,12 @@ bindl = , XF86AudioPause, exec, playerctl play-pause bindl = , XF86AudioPlay, exec, playerctl play-pause bindl = , XF86AudioPrev, exec, playerctl previous +# Resize windows with keyboard (hold mainMod + CTRL + arrows) +bind = $mainMod CTRL, right, resizeactive, 50 0 +bind = $mainMod CTRL, left, resizeactive, -50 0 +bind = $mainMod CTRL, up, resizeactive, 0 -50 +bind = $mainMod CTRL, down, resizeactive, 0 50 + ############################## ### WINDOWS AND WORKSPACES ### ##############################