fix typo
This commit is contained in:
parent
d0f27ceb74
commit
37e7187394
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ static const char *downvol[] = { "pactl", "set-sink-volume", "0", "-5%
|
|||
static const char *mutevol[] = { "pactl", "set-sink-mute", "0", "toggle", NULL };
|
||||
// brightness
|
||||
static const char *brightnessup[] = { "brightnessctl", "s", "+100", NULL };
|
||||
static const char *brightnessdown[] = { "brightnessctl", "s", "-100", NULL };
|
||||
static const char *brightnessdown[] = { "brightnessctl", "s", "100-", NULL };
|
||||
|
||||
static const Key keys[] = {
|
||||
/* modifier key function argument */
|
||||
|
|
Loading…
Reference in a new issue