Moved from xbacklight to light since switching to modesetting

This commit is contained in:
David Thurstenson 2016-08-11 09:18:59 -05:00
parent d75dff184a
commit 8de626978a
1 changed files with 3 additions and 3 deletions

View File

@ -170,9 +170,9 @@ bindsym Mod1+Control+l exec i3lock -b -d -c 000000 -e -f
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
# Alsa Volume controls
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% #increase sound volume