autostart changes

This commit is contained in:
joelchrono12 2023-01-16 16:19:33 -06:00
parent 0bd64e9215
commit 2130047390
Signed by: chrono
GPG Key ID: E23D9C7FA57497A6
1 changed files with 4 additions and 1 deletions

View File

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