Fixing play/pause mediakey
This commit is contained in:
parent
ff371f4c29
commit
cae2abedfb
1 changed files with 1 additions and 0 deletions
1
config.h
1
config.h
|
@ -144,6 +144,7 @@ static const Key keys[] = {
|
|||
{ 0, XF86XK_AudioPrev, spawn, {.v = plprev } },
|
||||
{ 0, XF86XK_AudioNext, spawn, {.v = plnext } },
|
||||
{ 0, XF86XK_AudioPause, spawn, {.v = plpause } },
|
||||
{ 0, XF86XK_AudioPlay, spawn, {.v = plpause } },
|
||||
{ 0, XF86XK_AudioStop, spawn, {.v = plstop } },
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue