change autostart mechanism
ci/woodpecker/tag/woodpecker Pipeline was successful Details

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

View File

@ -136,10 +136,8 @@ static const char *layoutmenu_cmd = "xmenulayout";
// static const char *layoutxmenu = "$HOME/.local/libexec/dwm/xmenulayout"; // TODO: Patch layoutmenu to accept arguments
// static const char *layoutdmenu = "$HOME/.local/libexec/dwm/dmenulayout"; // TODO: Patch layoutmenu to accept shell commands
// TODO: Enable this when ready
static const char *const autostart[] = {
"sh", "-cm", "exec runsvdir $SVDIR", NULL,
"sh", "-cm", "exec $HOME/.local/libexec/dwm/autostart.sh", NULL,
"sh", "-cm", "run-parts $HOME/.local/libexec/dwm/autostart.d", NULL,
NULL
};