add job control to autostart scripts
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful

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

View file

@ -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
};