From c81bf40504b5854463f4fe9fa3cc806ec07dbdf3 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 9 Apr 2022 00:28:52 +0200 Subject: Keybound new script --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index 2335f4f..69157f7 100644 --- a/config.h +++ b/config.h @@ -105,7 +105,7 @@ static const char *mpcprevcmd[] = { "/usr/local/bin/mpc", "prev", NULL }; static const char *mpcnextcmd[] = { "/usr/local/bin/mpc", "next", NULL }; static const char *mpctogcmd[] = { "/usr/local/bin/mpc", "toggle", NULL }; static const char *mpcstopcmd[] = { "/usr/local/bin/mpc", "stop", NULL }; -static const char *killespeak[] = { "/bin/pkill", "espeak", NULL }; +static const char *killespeak[] = { "/home/jozan/.local/bin/shutup", NULL }; #include "movestack.c" #include @@ -144,7 +144,7 @@ static Key keys[] = { { 0, XF86XK_AudioRaiseVolume, spawn, {.v = volinccmd } }, { 0, XF86XK_AudioLowerVolume, spawn, {.v = voldeccmd } }, { 0, XF86XK_AudioMute, spawn, {.v = voltogcmd } }, - { 0, XK_Pause, spawn, {.v = killespeak } }, + { MODKEY, XK_Delete, spawn, {.v = killespeak } }, { MODKEY, XK_b, togglebar, {0} }, { MODKEY, XK_j, focusstack, {.i = +1 } }, { MODKEY, XK_k, focusstack, {.i = -1 } }, -- cgit v1.2.3