From 58086acd5fa1a76e031d43d5b9cd3a8b4040f5ce Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Thu, 5 Oct 2017 07:19:52 +0200 Subject: Made a mistake, fixed --- config-laptop.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config-laptop.h b/config-laptop.h index 9a42fdc..033c72b 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", "-set", "1", NULL }; -static const char *lowerbrightness[] = { "xbacklight", "-set", "20", NULL }; +static const char *raisebrightness[] = { "xbacklight", "-set", "20", NULL }; +static const char *lowerbrightness[] = { "xbacklight", "-set", "1", NULL }; static const char *toggletrackpad[] = { "toggle-trackpad", NULL }; -- cgit v1.2.3