diff --git a/config.h b/config.h index 7529044..0d95757 100644 --- a/config.h +++ b/config.h @@ -138,8 +138,8 @@ static const char *layoutmenu_cmd = "xmenulayout"; // TODO: Enable this when ready static const char *const autostart[] = { - "sh", "-c", "exec runsvdir $SVDIR", NULL, - "sh", "-c", "exec $HOME/.local/libexec/dwm/autostart.sh", NULL, + "sh", "-cm", "exec runsvdir $SVDIR", NULL, + "sh", "-cm", "exec $HOME/.local/libexec/dwm/autostart.sh", NULL, NULL };