diff --git a/glasshouse-desktop/home/hyprland/config.nix b/glasshouse-desktop/home/hyprland/config.nix index 7e7c72f..fe68fe1 100644 --- a/glasshouse-desktop/home/hyprland/config.nix +++ b/glasshouse-desktop/home/hyprland/config.nix @@ -169,8 +169,10 @@ "alt, grave, togglespecialworkspace, console" "super, mouse_down, workspace, e+1" "super, mouse_up, workspace, e-1" - "super, mouse:272, moveactive" - "super, mouse:273, resizeactive" + ]; + bindm = [ + "super, mouse:272, movewindow" + "super, mouse:273, resizewindow" ]; }; };