add dunst and picom startup it

This commit is contained in:
Ohio2 2021-07-30 15:09:03 +02:00
parent ad8c8edcc6
commit bdbc373780
6 changed files with 5 additions and 2 deletions

View file

@ -22,7 +22,8 @@ static const char *colors[][3] = {
}; };
static const char *const autostart[] = { static const char *const autostart[] = {
"st", NULL, "nitrogen", "--restore",
"polybar", NULL
NULL /* terminate */ NULL /* terminate */
}; };

View file

@ -22,7 +22,9 @@ static const char *colors[][3] = {
[SchemeSel] = { col_gruvbox15, col_gruvbox0_medium }, [SchemeSel] = { col_gruvbox15, col_gruvbox0_medium },
}; };
static const char *const autostart[] = { static const char *const autostart[] = {
"nitrogen", "--restore", "nitrogen", "--restore", NULL,
"picom", NULL,
"dunst", NULL,
NULL NULL
}; };

BIN
drw.o

Binary file not shown.

BIN
dwm

Binary file not shown.

BIN
dwm.o

Binary file not shown.

BIN
util.o

Binary file not shown.