add dunst and picom startup it
This commit is contained in:
parent
ad8c8edcc6
commit
bdbc373780
6 changed files with 5 additions and 2 deletions
|
@ -22,7 +22,8 @@ static const char *colors[][3] = {
|
|||
};
|
||||
|
||||
static const char *const autostart[] = {
|
||||
"st", NULL,
|
||||
"nitrogen", "--restore",
|
||||
"polybar", NULL
|
||||
NULL /* terminate */
|
||||
};
|
||||
|
||||
|
|
4
config.h
4
config.h
|
@ -22,7 +22,9 @@ static const char *colors[][3] = {
|
|||
[SchemeSel] = { col_gruvbox15, col_gruvbox0_medium },
|
||||
};
|
||||
static const char *const autostart[] = {
|
||||
"nitrogen", "--restore",
|
||||
"nitrogen", "--restore", NULL,
|
||||
"picom", NULL,
|
||||
"dunst", NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
BIN
drw.o
BIN
drw.o
Binary file not shown.
BIN
dwm
BIN
dwm
Binary file not shown.
BIN
dwm.o
BIN
dwm.o
Binary file not shown.
BIN
util.o
BIN
util.o
Binary file not shown.
Loading…
Reference in a new issue