parent
06a67ba2c4
commit
6c4acebef8
1 changed files with 1 additions and 1 deletions
2
config.h
2
config.h
|
@ -136,7 +136,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", "$HOME/.local/libexec/dwm/autorun", NULL,
|
||||
"sh", "-c", "exec $HOME/.local/libexec/dwm/autorun", NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue