From 9263b0c7092270290824ed553f1dcc38d34c3495 Mon Sep 17 00:00:00 2001 From: Christian Ott Date: Wed, 11 Sep 2024 09:26:58 +0200 Subject: [PATCH] hypr: allow window manipulation with mouse --- hyperland/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hyperland/default.nix b/hyperland/default.nix index b59fb47..7a70581 100644 --- a/hyperland/default.nix +++ b/hyperland/default.nix @@ -132,6 +132,12 @@ in ]; + bindm = [ + "$mod, mouse:272, movewindow" + "$mod, mouse:273, resizewindow" + ]; + + bind = [ "$mod, F, exec, firefox" @@ -142,6 +148,7 @@ in "$mod, E, exec, hyprctl dispatch exit" "$mod, r, exec, rofi -show run" "$mod, code:51, exec, 1password" # super + \ + "$mod, W, togglefloating," ",XF86MonBrightnessDown, exec, brightnessctl s 5%-" ",XF86MonBrightnessUp, exec, brightnessctl s +5%" ]