From 956f6a99df6f0735a618955782e65387c6a2f6f3 Mon Sep 17 00:00:00 2001
From: Amin Bandali <me@aminb.org>
Date: Sat, 28 Feb 2015 16:36:25 -0500
Subject: inc/dec brightness in smaller amounts

---
 sxhkd/.config/sxhkd/sxhkdrc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'sxhkd')

diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc
index c8ded7b..e9e38f7 100644
--- a/sxhkd/.config/sxhkd/sxhkdrc
+++ b/sxhkd/.config/sxhkd/sxhkdrc
@@ -94,10 +94,10 @@ super + Escape
 	pkill -USR1 -x sxhkd
 
 XF86MonBrightnessDown
-	xbacklight -dec 10
+	xbacklight -dec 5
 
 XF86MonBrightnessUp
-	xbacklight -inc 10
+	xbacklight -inc 5
 
 XF86KbdBrightnessDown
 	kbdlight down
-- 
cgit v1.2.3-60-g2f50