summaryrefslogtreecommitdiff
path: root/dwm/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm/config.h')
-rw-r--r--dwm/config.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/dwm/config.h b/dwm/config.h
index 15d5052..a2ed44e 100644
--- a/dwm/config.h
+++ b/dwm/config.h
@@ -61,7 +61,6 @@ static const char *passmenucmd[] = { "passmenu", "-fn", dmenufont, "-nb", col_gr
static const char *volumeup[] = { "amixer", "-D", "pulse", "sset", "Master", "5%+", NULL};
static const char *volumedown[] = { "amixer", "-D", "pulse", "sset", "Master", "5%-", NULL};
static const char *termcmd[] = { "st", NULL };
-static const char *exitcmd[] = { "killall", "xinit", NULL };
static Key keys[] = {
/* modifier key function argument */
@@ -73,8 +72,7 @@ static Key keys[] = {
{ MODKEY, XK_minus, spawn, {.v = volumedown } },
{ MODKEY, XK_q, killclient, {0} },
- { MODKEY, XK_r, quit, {0} },
- { MODKEY|ShiftMask, XK_e, spawn, {.v = exitcmd} },
+ { MODKEY|ShiftMask, XK_e, quit, {0} },
{ MODKEY, XK_i, incnmaster, {.i = +1 } },
{ MODKEY, XK_u, incnmaster, {.i = -1 } },