diff --git a/hyprland.nix b/hyprland.nix index 5bab647..2e4f693 100644 --- a/hyprland.nix +++ b/hyprland.nix @@ -95,6 +95,13 @@ "$mod SHIFT, 2, movetoworkspace, 2" "$mod SHIFT, 3, movetoworkspace, 3" "$mod SHIFT, 4, movetoworkspace, 4" + + ", XF86MonBrightnessUp, light -A 10" + ", XF86MonBrightnessDown, light -U 10" + + ", XF86AudioRaiseVolume, pamixer -i 5" + ", XF86AudioLowerVolume, pamixer -d 5" + ", XF86AudioMute, pamixer -t" ]; }; };