From a5db2944c61e1b2d513b4f59c061aae01d4c36fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 9 Jan 2026 12:38:32 +0100 Subject: [PATCH] hyprland: resize more courageously --- configs/graphical/home-manager.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/graphical/home-manager.nix b/configs/graphical/home-manager.nix index 55fab77..ce36345 100644 --- a/configs/graphical/home-manager.nix +++ b/configs/graphical/home-manager.nix @@ -379,10 +379,10 @@ in extraConfig = '' bind = ${mod}, R, submap, resize submap = resize - binde = , l, resizeactive, 10 0 - binde = , h, resizeactive, -10 0 - binde = , k, resizeactive, 0 -10 - binde = , j, resizeactive, 0 10 + binde = , l, resizeactive, 50 0 + binde = , h, resizeactive, -50 0 + binde = , k, resizeactive, 0 -50 + binde = , j, resizeactive, 0 50 bind = , escape, submap, reset submap = reset '';