Fix brightness keys script

This commit is contained in:
Ethan Lane 2024-12-16 17:53:15 +00:00
parent b7823f18ba
commit 0d1d67db35

View file

@ -57,8 +57,8 @@ bindsym XF86AudioNext exec playerctl next
bindsym XF86AudioPrev exec playerctl previous
# Use brightnessctl to adjust brightness
bindsym XF86MonBrightnessUp exec brightnessctl set +5%
bindsym XF86MonBrightnessDown exec brightnessctl set -5%
bindsym XF86MonBrightnessUp exec brightnessctl set 5%+
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod