From 10a5f8e1361289e1f7a777dbd980878a2b2e1e26 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Mon, 5 Aug 2024 16:45:47 -0400 Subject: [PATCH] fix(hyprland): add mouse bindings for move and resize --- nixos/hyprland/home.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 ''; };