From 929fdee683fe67ab61f519aa8e89a155c567d030 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Thu, 21 Mar 2024 13:11:26 +0100 Subject: [PATCH] add mute keybind for normal keyboards --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 446fea4..48ea08d 100644 --- a/config.h +++ b/config.h @@ -358,7 +358,7 @@ static const Key keys[] = { { MODKEY, XK_b, togglescratch, {.v = spinet} }, // { MODKEY | ShiftMask, XK_b, spawn, {.v = (const char *[]){NULL}} }, { MODKEY, XK_m, togglescratch, {.v = spvolm} }, - // { MODKEY | ShiftMask, XK_m, spawn, {.v = (const char *[]){NULL}} }, + { MODKEY | ShiftMask, XK_m, spawn, SHCMD("$HOME/.local/libexec/dwm/pamixer-notify -t") }, { MODKEY, XK_w, togglescratch, {.v = spwiki} }, // { MODKEY | ShiftMask, XK_w, spawn, {.v = (const char *[]){NULL}} }, { MODKEY, XK_v, togglescratch, {.v = spcalc} },