From 5e537bd54c6afee4ab968cbc76b002a4f44dd08a Mon Sep 17 00:00:00 2001 From: Seymur Bagirov Date: Fri, 16 Feb 2024 03:43:53 +0400 Subject: [PATCH] make window resizing binding holdable --- hypr/hyprland.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 65a06ef..1f85188 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -252,10 +252,10 @@ bindm = $mainMod, mouse:273, resizewindow # resize active window with mainMod + SHIFT + arrow keys -bind = $mainMod SHIFT, right, resizeactive, 10 0 -bind = $mainMod SHIFT, left, resizeactive, -10 0 -bind = $mainMod SHIFT, up, resizeactive, 0 -10 -bind = $mainMod SHIFT, down, resizeactive, 0 10 +binde = $mainMod SHIFT, right, resizeactive, 10 0 +binde = $mainMod SHIFT, left, resizeactive, -10 0 +binde = $mainMod SHIFT, up, resizeactive, 0 -10 +binde = $mainMod SHIFT, down, resizeactive, 0 10 # move active window with mainMod + ALT + arrow keys bind = $mainMod ALT, left, movewindow, l