diff --git a/modules/desktop/hyprland.nix b/modules/desktop/hyprland.nix index baacb00..5a6c736 100644 --- a/modules/desktop/hyprland.nix +++ b/modules/desktop/hyprland.nix @@ -175,6 +175,7 @@ in { bindm = [ "${cfg.mod}, mouse:272, movewindow" + "${cfg.mod} SHIFT, mouse:272, resizewindow 1" ]; }; };