add job control to autostart scripts
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
This commit is contained in:
parent
4e39f0016b
commit
679cdfbf7d
1 changed files with 2 additions and 2 deletions
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…
Add table
Reference in a new issue