fix path
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
ci/woodpecker/tag/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
ef012bbb7c
commit
94a52918b8
2
config.h
2
config.h
|
@ -137,7 +137,7 @@ static const char *layoutmenu_cmd = "xmenulayout";
|
|||
// static const char *layoutdmenu = "$HOME/.local/libexec/dwm/dmenulayout"; // TODO: Patch layoutmenu to accept shell commands
|
||||
|
||||
static const char *const autostart[] = {
|
||||
"sh", "-c", "spool $HOME/.local/libexec/dwm/autorun.d", NULL,
|
||||
"sh", "-c", "spool $HOME/.local/libexec/dwm/autostart.d", NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue