From 2718671c22ff815551d302c300839b7addcb1e00 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Mon, 16 Aug 2021 08:56:38 +0100 Subject: [PATCH] Makes pause button play / pause --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 7d06a2c..d56adaf 100644 --- a/config.def.h +++ b/config.def.h @@ -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 } },