summaryrefslogtreecommitdiff
path: root/wm/dwm-6.4/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'wm/dwm-6.4/config.h')
-rw-r--r--wm/dwm-6.4/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wm/dwm-6.4/config.h b/wm/dwm-6.4/config.h
index a075061..1b65a5f 100644
--- a/wm/dwm-6.4/config.h
+++ b/wm/dwm-6.4/config.h
@@ -100,7 +100,7 @@ static const char *termcmd[] = { "st", NULL };
static Key keys[] = {
/* modifier key function argument */
{ MODKEY, XK_d, spawn, {.v = dmenucmd } },
- { MODKEY, XK_Return, spawn, SHCMD("st") },
+ { MODKEY, XK_Return, spawn, {.v = termcmd } },
{ MODKEY, XK_b, togglebar, {0} },
{ MODKEY, XK_j, focusstack, {.i = +1 } },
{ MODKEY, XK_k, focusstack, {.i = -1 } },