autostart programs

This commit is contained in:
joelchrono12 2023-01-12 22:07:50 -06:00
parent 2e0ea97d75
commit 37ae89952a
Signed by: chrono
GPG Key ID: E23D9C7FA57497A6
2 changed files with 13 additions and 1 deletions

View File

@ -21,7 +21,12 @@ static const char *colors[][3] = {
};
static const char *const autostart[] = {
"st", NULL,
"aslstatus", NULL,
"alacritty", NULL,
"picom", NULL,
"aw-qt", NULL,
"setxkbmap","-layout","latam", NULL,
"nm-applet", NULL,
NULL /* terminate */
};

View File

@ -20,6 +20,13 @@ static const char *colors[][3] = {
[SchemeSel] = { col_gray4, col_cyan, col_cyan },
};
static const char *const autostart[] = {
"aslstatus", NULL,
"alacritty", NULL,
"nm-applet", NULL,
NULL /* terminate */
};
/* tagging */
static const char *tags[] = { "www", "{}", "[/]", "(~)", "|V|", ">_" };