From 34531824943192178378cc51bb00dbe23ba75e02 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Wed, 9 Aug 2023 11:52:39 +0200 Subject: [PATCH] pinwheel: Set resize/move keys in `hyprland` --- hosts/pinwheel/home.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/pinwheel/home.nix b/hosts/pinwheel/home.nix index 6a19dc9..c563e1e 100644 --- a/hosts/pinwheel/home.nix +++ b/hosts/pinwheel/home.nix @@ -218,9 +218,8 @@ bindm = [ # mouse movements - "$mod, mouse:272, movewindow" - "$mod, mouse:273, resizewindow" - "$mod ALT, mouse:272, resizewindow" + "$mod, mouse:272, movewindow" # left click + "$mod, mouse:273, resizewindow" # right click ]; misc = {