use execs in autostart
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
f621f9e603
commit
4dc32de2f6
4
config.h
4
config.h
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue