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%" ]