add job control to autostart scripts
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
4e39f0016b
commit
679cdfbf7d
4
config.h
4
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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue