parent
f621f9e603
commit
4dc32de2f6
1 changed files with 2 additions and 2 deletions
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 int autostart_kill_signal = SIGHUP;
|
||||||
static const char *const autostart[] = {
|
static const char *const autostart[] = {
|
||||||
"/bin/sh", "-c", "run-parts \"${XDG_CONFIG_HOME}/dwm/autorun.d\"", NULL,
|
"/bin/sh", "-c", "exec run-parts \"${XDG_CONFIG_HOME}/dwm/autorun.d\"", NULL,
|
||||||
"/bin/sh", "-c", "runsvdir \"${SVDIR}\"", NULL,
|
"/bin/sh", "-c", "exec runsvdir \"${SVDIR}\"", NULL,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue