🔧 chore(hypr/bindings): specify backlight class on brightness binds

This commit is contained in:
retrozinndev
2025-08-28 19:00:11 -03:00
parent d72d0412a5
commit 524995e05d
+2 -2
View File
@@ -32,8 +32,8 @@ bind = , XF86AudioPrev, exec, colorshell media previous || playerctl previous #
bind = , XF86AudioNext, exec, colorshell media next || playerctl next # Next media bind = , XF86AudioNext, exec, colorshell media next || playerctl next # Next media
bind = , XF86AudioPlay, exec, colorshell media play-pause || playerctl play-pause # Toggle Play/Pause media bind = , XF86AudioPlay, exec, colorshell media play-pause || playerctl play-pause # Toggle Play/Pause media
bind = , XF86MonBrightnessDown, exec, brightnessctl s 5%- # Lower monitor brightness bind = , XF86MonBrightnessDown, exec, brightnessctl -c backlight s 5%- # Lower monitor brightness
bind = , XF86MonBrightnessUp, exec, brightnessctl s +5% # Increase monitor brightness bind = , XF86MonBrightnessUp, exec, brightnessctl -c backlight s +5% # Increase monitor brightness
# Move focus with mainMod + arrow keys # Move focus with mainMod + arrow keys
bind = $mainMod, left, movefocus, l bind = $mainMod, left, movefocus, l