diff --git a/home/system/hyprland.nix b/home/system/hyprland.nix index d30c0c7..ecd265a 100644 --- a/home/system/hyprland.nix +++ b/home/system/hyprland.nix @@ -539,6 +539,12 @@ bind = $mainMod, T, togglefloating bind = $mainMod, mouse:274, togglefloating + # Super Rat Binds + bind = $mainMod, mouse:277, exec, amixer set Master playback 2%+ + bind = $mainMod, mouse:278, exec, amixer set Master playback 2%- + # bind = $mainMod, mouse:279, exec, + bind = $mainMod, mouse:280, exec, amixer set Capture toggle + # Move focus with mainMod + vim keys bind = $mainMod, H, movefocus, l bind = $mainMod, L, movefocus, r