🔧 chore(hypr/bindings): specify backlight class on brightness binds
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user