aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2023-01-28 13:11:56 +0530
committerkrolyxon <krolyxon@tutanota.com>2023-01-28 13:11:56 +0530
commit7e75d4051f575d601f8b140cc72425d8b5d32db9 (patch)
treee9c974a0253baa8195d333f8cc58a27bc1fd9faa /config.h
parent192e3277c026f8a69cca1742eab95596c504b868 (diff)
toggle mpc keybind
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index c1f5131..561ccb1 100644
--- a/config.h
+++ b/config.h
@@ -126,6 +126,7 @@ static Key keys[] = {
{ 0, XF86XK_AudioMute, spawn, SHCMD("pamixer -t; kill -34 $(cat ~/.cache/pidofbar") },
{ 0, XF86XK_AudioRaiseVolume, spawn, SHCMD("pamixer -i 2; kill -34 $(cat ~/.cache/pidofbar)") },
{ 0, XF86XK_AudioLowerVolume, spawn, SHCMD("pamixer -d 2; kill -34 $(cat ~/.cache/pidofbar)") },
+ { MODKEY, XK_p, spawn, {.v = (const char*[]){ "mpc", "toggle", NULL } } },
};
/* button definitions */