From 751c8a4d57ee42f4dcf106c81a83410626d71c21 Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 13 May 2022 16:45:28 +0200 Subject: u --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 0d3cc03..7c72f1a 100644 --- a/config.h +++ b/config.h @@ -70,7 +70,7 @@ static const Layout layouts[] = { { MODKEY|METAKEY|ControlMask, KEY, toggleview, {.ui = 1 << TAG} }, /* helper for spawning shell commands in the pre dwm-5.0 fashion */ -#define SHCMD(cmd) { .v = (const char*[]){ "/usr/local/bin/dash", "-c", cmd, NULL } } +#define SHCMD(cmd) { .v = (const char*[]){ "/bin/sh", "-c", cmd, NULL } } /* commands */ static const char *termcmd[] = { "/usr/local/bin/st", NULL }; -- cgit v1.2.3