From f20c875a487655d84c28f00adfb56f2a0c1e8b3d Mon Sep 17 00:00:00 2001 From: lightly-toasted Date: Sat, 30 Aug 2025 18:00:24 +0900 Subject: [PATCH] feat(hyprland): add keybinds for resizing windows --- home/toast/modules/hyprland.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/toast/modules/hyprland.nix b/home/toast/modules/hyprland.nix index 0566037..aafc64d 100644 --- a/home/toast/modules/hyprland.nix +++ b/home/toast/modules/hyprland.nix @@ -46,6 +46,11 @@ "$mod SHIFT, K, movewindow, u" "$mod SHIFT, L, movewindow, r" + "$mod ALT, H, resizeactive, -50 0" + "$mod ALT, J, resizeactive, 0 50" + "$mod ALT, K, resizeactive, 0 -50" + "$mod ALT, L, resizeactive, 50 0" + "$mod, 1, workspace, 1" "$mod, 2, workspace, 2" "$mod, 3, workspace, 3"