diff --git a/nixos/hyprland/home.nix b/nixos/hyprland/home.nix index 36fa946..811bb49 100644 --- a/nixos/hyprland/home.nix +++ b/nixos/hyprland/home.nix @@ -113,6 +113,10 @@ in { # will reset the submap, meaning end the current one and return to the global one submap=reset + + # mouse bindings + bindm=ALT,mouse:272,movewindow + bindm=ALT,mouse:273,resizewindow ''; };