From c51f5e47d3340b038b922d3260ca8c982e890faa Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Wed, 17 Jul 2024 11:30:32 -0300 Subject: [PATCH] hyprland: keybinds to resize window --- programs/hyprland/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/programs/hyprland/default.nix b/programs/hyprland/default.nix index 4424fd3..c3b26af 100644 --- a/programs/hyprland/default.nix +++ b/programs/hyprland/default.nix @@ -246,6 +246,10 @@ bind = $mainMod SHIFT, L, movewindow, r bind = $mainMod SHIFT, K, movewindow, u bind = $mainMod SHIFT, J, movewindow, d + bind = $mainMod ALT, H, resizeactive, -5% 0 + bind = $mainMod ALT, L, resizeactive, 5% 0 + bind = $mainMod ALT, K, resizeactive, 0 -5% + bind = $mainMod ALT, J, resizeactive, 0 5% bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow