diff --git a/hyprland/.config/hypr/config.d/03-keybinds.conf b/hyprland/.config/hypr/config.d/03-keybinds.conf index d029ae8c..b383b531 100644 --- a/hyprland/.config/hypr/config.d/03-keybinds.conf +++ b/hyprland/.config/hypr/config.d/03-keybinds.conf @@ -22,6 +22,10 @@ bind = $mainMod Shift, O, exec, dunstctl context bind = , XF86AudioRaiseVolume, exec, pactl set-sink-volume 0 +5% bind = , XF86AudioLowerVolume, exec, pactl set-sink-volume 0 -5% +# Brightness controls +bind = ,XF86MonBrightnessDown, exec, brightnessctl s 5%- +bind = ,XF86MonBrightnessUp, exec, brightnessctl s +5% + # Screenshots bind = $mainMod, O, exec, grim -g "$(slurp -d)" - | wl-copy