diff options
author | Amin Bandali <me@aminb.org> | 2015-02-28 16:36:25 -0500 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-02-28 16:36:25 -0500 |
commit | 956f6a99df6f0735a618955782e65387c6a2f6f3 (patch) | |
tree | 0e78c61d9efcf8e8c7eb39f23f553fbe569fdb5d | |
parent | 5c899f1fe5ad5b0197cc4fd9cd7f5c6139eff122 (diff) | |
download | configs-956f6a99df6f0735a618955782e65387c6a2f6f3.tar.gz configs-956f6a99df6f0735a618955782e65387c6a2f6f3.tar.xz configs-956f6a99df6f0735a618955782e65387c6a2f6f3.zip |
inc/dec brightness in smaller amounts
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |