From f0242110a9e4b32921d3af68ad8cc9ea4158cfc0 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Wed, 4 Oct 2017 15:52:45 +0200 Subject: Updated backlight controls --- config-laptop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-laptop.h b/config-laptop.h index b08d9da..9a42fdc 100644 --- a/config-laptop.h +++ b/config-laptop.h @@ -119,8 +119,8 @@ static const char *lockcmd[] = { "i3lock", "-c", "000000", NULL }; static const char *lowervolumecmd[] = { "amixer", "-q", "set", "Master", "2dB-", NULL }; static const char *raisevolumecmd[] = { "amixer", "-q", "set", "Master", "2dB+", NULL }; static const char *mutevolumecmd[] = { "amixer", "-q", "set", "Master", "toggle", NULL }; -static const char *raisebrightness[] = { "xbacklight", "-inc", "5", NULL }; -static const char *lowerbrightness[] = { "xbacklight", "-dec", "5", NULL }; +static const char *raisebrightness[] = { "xbacklight", "-set", "1", NULL }; +static const char *lowerbrightness[] = { "xbacklight", "-set", "20", NULL }; static const char *toggletrackpad[] = { "toggle-trackpad", NULL }; -- cgit v1.2.3