fix typo
This commit is contained in:
parent
148649aa32
commit
96af599498
2
config.h
2
config.h
@ -312,7 +312,7 @@ static Key keys[] = {
|
||||
{ 0, XK_Print, spawn, SHCMD("/usr/bin/spectacle") },
|
||||
/* Media Keys */
|
||||
{ 0, XF86XK_MonBrightnessUp, spawn, SHCMD("brightnessctl s +5%") },
|
||||
{ 0, XF86XK_MonBrightnessDown, spawn, SHCMD("brightnwssctl s 5%-") },
|
||||
{ 0, XF86XK_MonBrightnessDown, spawn, SHCMD("brightnessctl s 5%-") },
|
||||
{ 0, XF86XK_AudioRaiseVolume, spawn, {.v = volup } },
|
||||
{ 0, XF86XK_AudioLowerVolume, spawn, {.v = voldn } },
|
||||
{ 0, XF86XK_AudioMute, spawn, {.v = volmute } },
|
||||
|
Loading…
x
Reference in New Issue
Block a user