add job control to autostart scripts
ci/woodpecker/tag/woodpecker Pipeline was successful Details

This commit is contained in:
Luca Bilke 2024-02-04 12:08:23 +01:00
parent 4e39f0016b
commit 679cdfbf7d
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 2 additions and 2 deletions

View File

@ -138,8 +138,8 @@ static const char *layoutmenu_cmd = "xmenulayout";
// TODO: Enable this when ready // TODO: Enable this when ready
static const char *const autostart[] = { static const char *const autostart[] = {
"sh", "-c", "exec runsvdir $SVDIR", NULL, "sh", "-cm", "exec runsvdir $SVDIR", NULL,
"sh", "-c", "exec $HOME/.local/libexec/dwm/autostart.sh", NULL, "sh", "-cm", "exec $HOME/.local/libexec/dwm/autostart.sh", NULL,
NULL NULL
}; };