From fe70e6c1e3a1cb368a9fdfb5823299371e09e065 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 3 Mar 2026 16:46:24 +0100 Subject: [PATCH] hyprland resizing --- home-modules/hyprland.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/home-modules/hyprland.nix b/home-modules/hyprland.nix index d9f5982..1bc6df2 100644 --- a/home-modules/hyprland.nix +++ b/home-modules/hyprland.nix @@ -492,10 +492,10 @@ in { # "SUPER, TAB, exec, hyprswitch --daemon --do-initial-execute" "SUPER, Next, resizeactive, 10% 10%" "SUPER, Prior, resizeactive, -10% -10%" - "SUPER ALT, j, resizeactive, 0% 10%" - "SUPER ALT, k, resizeactive, 0% -10%" - "SUPER ALT, l, resizeactive, 10% -10%" - "SUPER ALT, h, resizeactive, -10% 0%" + "SUPER ALT, j, resizeactive, 0% 7%" + "SUPER ALT, k, resizeactive, 0% -7%" + "SUPER ALT, l, resizeactive, 7% 0%" + "SUPER ALT, h, resizeactive, -7% 0%" ]; plugin = { overview = {