From d4706c9cdf0c6f1de7206171f9b4285060d591db Mon Sep 17 00:00:00 2001 From: samantha42 Date: Sat, 7 Mar 2026 09:54:10 +0100 Subject: [PATCH] better hypr --- hypr/hyprland.conf | 6 ++++++ 1 file changed, 6 insertions(+) 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 ### ##############################