From 2130047390b048598add1bfffe41f3887148ff6f Mon Sep 17 00:00:00 2001 From: joelchrono12 Date: Mon, 16 Jan 2023 16:19:33 -0600 Subject: [PATCH] autostart changes --- config.def.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 5917459..21cdcde 100644 --- a/config.def.h +++ b/config.def.h @@ -26,13 +26,16 @@ static const char *colors[][3] = { }; static const char *const autostart[] = { - "aslstatus", NULL, "pipewire", NULL, + "kdeconnect-indicator", NULL, + "keepassxc", NULL, + "syncthing","-no-browser", NULL, "alacritty", NULL, "volumeicon", NULL, "picom", NULL, "/home/chrono/.local/bin/activitywatch/aw-qt", NULL, "nm-applet", NULL, + "aslstatus", NULL, NULL /* terminate */ };