aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-04-09 00:28:52 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2022-04-09 00:28:52 +0200
commitc81bf40504b5854463f4fe9fa3cc806ec07dbdf3 (patch)
tree0defdf363558b58f10cda0f929b6ea429b1feb77
parentMoved chromium to ws 8 for it is only for teams (diff)
downloaddwm-c81bf40504b5854463f4fe9fa3cc806ec07dbdf3.tar.gz
dwm-c81bf40504b5854463f4fe9fa3cc806ec07dbdf3.tar.bz2
dwm-c81bf40504b5854463f4fe9fa3cc806ec07dbdf3.tar.xz
dwm-c81bf40504b5854463f4fe9fa3cc806ec07dbdf3.tar.zst
dwm-c81bf40504b5854463f4fe9fa3cc806ec07dbdf3.zip
Keybound new script
-rw-r--r--config.h4
1 files 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 <X11/XF86keysym.h>
@@ -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 } },