From d0d7e8da3eeb60af6624c4559b760a8718af78ac Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Sun, 18 Oct 2015 21:54:03 -0600 Subject: [PATCH] added XF86..Play/Pause for bluetooth --- dwm.config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dwm.config.h b/dwm.config.h index 559dd60..45e1be5 100644 --- a/dwm.config.h +++ b/dwm.config.h @@ -72,6 +72,8 @@ static Key keys[] = { { 0, XF86XK_AudioRaiseVolume, spawn, {.v = upvol} }, { 0, XF86XK_AudioLowerVolume, spawn, {.v = downvol} }, { 0, XF86XK_AudioMute, spawn, {.v = mute } }, + { 0, XF86XK_AudioPlay, spawn, {.v = cmusplaypause} }, + { 0, XF86XK_AudioPause, spawn, {.v = cmusplaypause} }, { MODKEY, XK_u, spawn, {.v = cmusplaypause} }, { MODKEY, XK_bracketright, spawn, {.v = cmusnext} }, { MODKEY, XK_bracketleft, spawn, {.v = cmusprev} },