streamline autostarting
This commit is contained in:
parent
06df362f50
commit
e103078ad9
8
config.h
8
config.h
|
@ -139,12 +139,8 @@ static const char *layoutmenu_cmd = "xmenulayout";
|
|||
|
||||
// TODO: Enable this when ready
|
||||
static const char *const autostart[] = {
|
||||
// "exec runsvdir $SVDIR", NULL,
|
||||
// "sh", "-c", "$XDG_CONFIG_HOME/dwm/autostart.sh", NULL,
|
||||
// "sh", "-c", "$XDG_CONFIG_HOME/dwm/start.sh gpgconf --launch gpg-agent", NULL,
|
||||
// "sh", "-c", "$XDG_CONFIG_HOME/dwm/start.sh pipewire", NULL,
|
||||
// "sh", "-c", "$XDG_CONFIG_HOME/dwm/start.sh dwmblocks", NULL,
|
||||
// "sh", "-c", "$XDG_CONFIG_HOME/dwm/start.sh dunst", NULL,
|
||||
"sh", "-c", "exec runsvdir $SVDIR", NULL,
|
||||
"sh", "-c", "exec $HOME/.local/libexec/dwm/autostart.sh", NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue