From e35ff2908048deaa9fee0a44b8bbc66f44a843af Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Fri, 29 Apr 2016 09:35:02 -0500 Subject: [PATCH] backlight keys now work in increments of 10% instead of 20% --- .config/i3/thurstybook.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/i3/thurstybook.config b/.config/i3/thurstybook.config index 93228bb..c481513 100644 --- a/.config/i3/thurstybook.config +++ b/.config/i3/thurstybook.config @@ -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