Brightness controls got reverted from using light to xbacklight somehow
This commit is contained in:
parent
2c6fb7f4d7
commit
7b7b9d14f6
|
@ -133,9 +133,9 @@ bindsym Mod1+Control+l exec "xautolock -locknow"
|
|||
new_window none
|
||||
new_float pixel
|
||||
|
||||
# Sreen brightness controls
|
||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 10 # increase screen brightness
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 10 # decrease screen brightness
|
||||
# Sreen brightness controls (requires light(1) from the AUR)
|
||||
bindsym XF86MonBrightnessUp exec light -A 10 # increase screen brightness
|
||||
bindsym XF86MonBrightnessDown exec light -U 10 # decrease screen brightness
|
||||
|
||||
# Music Player controls
|
||||
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
|
||||
|
|
Loading…
Reference in New Issue