diff --git a/.config/hypr/keybindings.conf b/.config/hypr/keybindings.conf index 4fae0a4c..1605b12e 100644 --- a/.config/hypr/keybindings.conf +++ b/.config/hypr/keybindings.conf @@ -123,6 +123,10 @@ bind = ALT,grave,hycov:toggleoverview,forceall #grave key is the '~' key # bind key to toggle overview (shows all windows in one monitor, not affected by `only_active_workspace` or `only_active_monitor`) bind = ALT,g,hycov:toggleoverview,forceallinone - - +# Special Keys +bind = , xf86monbrightnessup, exec, brightnessctl set 10%+ +bind = , xf86monbrightnessdown, exec, brightnessctl set 10%- +bind = , xf86audioraisevolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%+ +bind = , xf86audiolowervolume, exec, wpctl set-volume -l 1.0 @DEFAULT_SINK@ 5%- +bind = , xf86audiomute, exec, wpctl set-mute @DEFAULT_SINK@ toggle