use execs in autostart
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-02-28 00:32:52 +01:00
parent f621f9e603
commit 4dc32de2f6
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 2 additions and 2 deletions

View File

@ -137,8 +137,8 @@ static const char *layoutmenu_cmd = "xmenulayout";
static const int autostart_kill_signal = SIGHUP;
static const char *const autostart[] = {
"/bin/sh", "-c", "run-parts \"${XDG_CONFIG_HOME}/dwm/autorun.d\"", NULL,
"/bin/sh", "-c", "runsvdir \"${SVDIR}\"", NULL,
"/bin/sh", "-c", "exec run-parts \"${XDG_CONFIG_HOME}/dwm/autorun.d\"", NULL,
"/bin/sh", "-c", "exec runsvdir \"${SVDIR}\"", NULL,
NULL
};