change autostart mechanism
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
679cdfbf7d
commit
df2fe1ccf6
4
config.h
4
config.h
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue