Makes pause button play / pause
This commit is contained in:
parent
47ffe2fbdb
commit
2718671c22
1 changed files with 1 additions and 0 deletions
|
@ -165,6 +165,7 @@ static Key keys[] = {
|
|||
{ ControlMask, XK_Print, 0, spawn, {.v = activescreenshot } },
|
||||
{ ShiftMask, XK_Print, 0, spawn, {.v = selectscreenshot } },
|
||||
{ 0, XF86XK_AudioPlay, 0, spawn, {.v = playpause } },
|
||||
{ 0, XF86XK_AudioPause, 0, spawn, {.v = playpause } },
|
||||
{ MODKEY|ShiftMask, XK_d, 0, spawn, {.v = date } },
|
||||
{ MODKEY|ShiftMask, XK_b, 0, spawn, {.v = battery} },
|
||||
{ MODKEY|ShiftMask, XK_Insert, 0, spawn, {.v = greenclip } },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue