streamline autostarting

This commit is contained in:
Luca Bilke 2024-02-03 17:57:50 +01:00
parent 06df362f50
commit e103078ad9
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 2 additions and 6 deletions

View File

@ -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
};