diff options
Diffstat (limited to 'config/hyprland/hypr')
-rw-r--r-- | config/hyprland/hypr/binds.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf index 2e597a2..a84837e 100644 --- a/config/hyprland/hypr/binds.conf +++ b/config/hyprland/hypr/binds.conf @@ -109,6 +109,8 @@ bind =, XF86AudioMute, exec, pamixer -t bind =, XF86AudioPlay, exec, mpc toggle bind =, XF86AudioNext, exec, mpc next bind =, XF86AudioPrev, exec, mpc prev +bind =, XF86MonBrightnessUp, exec, light -A 5 +bind =, XF86MonBrightnessDown, exec, light -U 5 bind = $mainMod SHIFT, B, exec, killall waybar; waybar |