diff --git a/modules/home/desktop/hyprland/default.nix b/modules/home/desktop/hyprland/default.nix index 4e19537..9c193d2 100644 --- a/modules/home/desktop/hyprland/default.nix +++ b/modules/home/desktop/hyprland/default.nix @@ -193,6 +193,11 @@ }; }; + bindm = [ + "SUPER,mouse:273,resizewindow" + "SUPER,mouse:272,movewindow" + ]; + bind = [ # apps "SUPER, Return, exec, ${terminal}"