diff options
| author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2017-10-05 07:19:52 +0200 | 
|---|---|---|
| committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2017-10-05 07:19:52 +0200 | 
| commit | 58086acd5fa1a76e031d43d5b9cd3a8b4040f5ce (patch) | |
| tree | 8bfc43ed2366e03536269dacecfcc7d5950d22a6 | |
| parent | f0242110a9e4b32921d3af68ad8cc9ea4158cfc0 (diff) | |
Made a mistake, fixed
| -rw-r--r-- | config-laptop.h | 4 | 
1 files 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 }; | 
