summaryrefslogtreecommitdiff
path: root/files/config/suckless/dwm/config.h
diff options
context:
space:
mode:
authorShipwreckt <me@shipwreckt.co.uk>2025-03-02 11:49:35 +0000
committerShipwreckt <me@shipwreckt.co.uk>2025-03-02 11:49:35 +0000
commit0a7b55d22d1767bc73c3df6a1836b2f61301ac10 (patch)
treee6597bdedeced9eda30bc13b9e5dc9d2cebfc6a4 /files/config/suckless/dwm/config.h
parent08c1b0131b4c0ebeac88b178b677ce81f6520729 (diff)
Ncmpcpp added
Diffstat (limited to 'files/config/suckless/dwm/config.h')
-rw-r--r--files/config/suckless/dwm/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/files/config/suckless/dwm/config.h b/files/config/suckless/dwm/config.h
index d0029b9..41229fd 100644
--- a/files/config/suckless/dwm/config.h
+++ b/files/config/suckless/dwm/config.h
@@ -64,12 +64,14 @@ static const char *passwdcmd[] = { "keepassxc", NULL };
static const char *termcmd[] = { "st", NULL };
static const char *audioup[] = { "pactl", "set-sink-volume", "@DEFAULT_SINK@", "+5%", NULL };
static const char *audiodown[] = { "pactl", "set-sink-volume", "@DEFAULT_SINK@", "-5%", NULL };
+static const char *ncmpcppcmd[] = { "st", "-e", "ncmpcpp", NULL };
static const Key keys[] = {
/* modifier key function argument */
{ MODKEY, XK_F3, spawn, {.v = audioup } },
{ MODKEY, XK_F2, spawn, {.v = audiodown } },
{ MODKEY, XK_p, spawn, {.v = audiocmd } },
+ { MODKEY, XK_m, spawn, {.v = ncmpcppcmd } },
{ 0, XK_Print, spawn, {.v = printcmd } },
{ MODKEY|ShiftMask, XK_k, spawn, {.v = passwdcmd } },