parent
679cdfbf7d
commit
df2fe1ccf6
1 changed files with 1 additions and 3 deletions
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 *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
|
// 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[] = {
|
static const char *const autostart[] = {
|
||||||
"sh", "-cm", "exec runsvdir $SVDIR", NULL,
|
"sh", "-cm", "run-parts $HOME/.local/libexec/dwm/autostart.d", NULL,
|
||||||
"sh", "-cm", "exec $HOME/.local/libexec/dwm/autostart.sh", NULL,
|
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue