Brightness controls got reverted from using light to xbacklight somehow

This commit is contained in:
David Thurstenson 2017-02-15 14:33:41 -06:00
parent 2c6fb7f4d7
commit 7b7b9d14f6
1 changed files with 3 additions and 3 deletions

View File

@ -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