diff options
author | Joe <bousset.rudy@gmail.com> | 2022-05-13 16:45:28 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-05-13 16:45:28 +0200 |
commit | 751c8a4d57ee42f4dcf106c81a83410626d71c21 (patch) | |
tree | 1f97c935d464c70b898f559a8a377e8ffc3e9a43 | |
parent | updates, switched back to iridium; (diff) | |
download | dwm-751c8a4d57ee42f4dcf106c81a83410626d71c21.tar.gz dwm-751c8a4d57ee42f4dcf106c81a83410626d71c21.tar.bz2 dwm-751c8a4d57ee42f4dcf106c81a83410626d71c21.tar.xz dwm-751c8a4d57ee42f4dcf106c81a83410626d71c21.tar.zst dwm-751c8a4d57ee42f4dcf106c81a83410626d71c21.zip |
u
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }; |