From 679cdfbf7dd374a565c7638328b0547831a05c30 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Sun, 4 Feb 2024 12:08:23 +0100 Subject: [PATCH] add job control to autostart scripts --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 };