aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2022-05-13 16:45:28 +0200
committerJoe <bousset.rudy@gmail.com>2022-05-13 16:45:28 +0200
commit751c8a4d57ee42f4dcf106c81a83410626d71c21 (patch)
tree1f97c935d464c70b898f559a8a377e8ffc3e9a43
parentupdates, switched back to iridium; (diff)
downloaddwm-751c8a4d57ee42f4dcf106c81a83410626d71c21.tar.gz
dwm-751c8a4d57ee42f4dcf106c81a83410626d71c21.tar.bz2
dwm-751c8a4d57ee42f4dcf106c81a83410626d71c21.tar.xz
dwm-751c8a4d57ee42f4dcf106c81a83410626d71c21.tar.zst
dwm-751c8a4d57ee42f4dcf106c81a83410626d71c21.zip
u
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
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 };