From 5889e1125445e4fc2b256b3ade461d751b0d3bab Mon Sep 17 00:00:00 2001 From: Szymon P Date: Sat, 28 Feb 2026 09:06:11 +0100 Subject: [PATCH] update: modules/hypr/hyprland.nix --- modules/hypr/hyprland.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/hypr/hyprland.nix b/modules/hypr/hyprland.nix index cc00c9c..1ca16c1 100644 --- a/modules/hypr/hyprland.nix +++ b/modules/hypr/hyprland.nix @@ -296,8 +296,10 @@ in binde = [ "$mainMod alt, equal, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {print $2 * 1.1}')" "$mainMod alt, minus, exec, hyprctl -q keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor | awk '/^float.*/ {print $2 * 0.9}')" - "$mainMod L_SHIFT, l, layoutmsg, colresize, 10" - "$mainMod L_SHIFT, h,layoutmsg, colresize, -10" + "$mainMod L_SHIFT, l, colresize, 10 0" + "$mainMod L_SHIFT, h, colresize, -10 0" + "$mainMod L_SHIFT, k, colresize, 0 -10" + "$mainMod L_SHIFT, j, colresize, 0 10" ]; bindel = [