From 0134b654e9c2597b7e74c961893640c0f4579261 Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Mon, 22 Dec 2025 18:40:13 +0100 Subject: [PATCH] Hyprland : Allow resize with mouse --- .config/hypr/hyprland.conf | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index bb354e7..e5a46d1 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -108,13 +108,15 @@ general { # Please see https://wiki.hypr.land/Configuring/Tearing/ before you turn this on allow_tearing = false + + resize_on_border = true # layout = dwindle layout = hy3 } # Pro monitors - +# hyperctrl monitors monitorv2 { output = desc:Najing CEC Panda FPD Technology CO. ltd 0x0056 mode = 1920x1080@60.00 @@ -372,10 +374,10 @@ bindl = , XF86AudioPrev, exec, playerctl previous bind = $mainMod, R,submap,resize submap=resize -bind = , right, resizeactive, 10 0 -bind = , left, resizeactive, -10 0 -bind = , up, resizeactive, 0 -10 -bind = , down, resizeactive, 0 10 +binde = , right, resizeactive, 10 0 +binde = , left, resizeactive, -10 0 +binde = , up, resizeactive, 0 -10 +binde = , down, resizeactive, 0 10 bind = , Escape,submap,reset submap=reset