diff --git a/config.h b/config.h index 34ed8ae..59d27b6 100644 --- a/config.h +++ b/config.h @@ -143,13 +143,11 @@ static const char *const autostart[] = { "pipewire", "-c", "pipewire-pulse.conf", NULL, "dunst", NULL, "unclutter", "-noevents", "-idle", "3", NULL, + "syncthing", "--no-browser", NULL, + "syncthingtray", NULL, "sh", "-c", "$HOME/.local/libexec/daemons/remapd", NULL, - "lf", "-server", NULL, - "sh", "-c", "runsvdir $SVDIR", NULL, "sh", "-c", "env PATH=\"$HOME/.local/libexec/statusbar:$PATH\" dwmblocks", NULL, "sh", "-c", "$HOME/.local/libexec/dwm/locker", NULL, - "sh", "-c", "gpg-agent --homedir $XDG_CONFIG_HOME/gnupg --use-standard-socket --server", NULL, - "syncthingtray", NULL, NULL };