backlight keys now work in increments of 10% instead of 20%

This commit is contained in:
David Thurstenson 2016-04-29 09:35:02 -05:00
parent da153dc842
commit e35ff29080
1 changed files with 2 additions and 2 deletions

View File

@ -170,8 +170,8 @@ new_window none
new_float none
# Sreen brightness controls
bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness
bindsym XF86MonBrightnessUp exec xbacklight -inc 10 # increase screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 10 # decrease screen brightness
# Alsa Volume controls
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% #increase sound volume