good stuff
This commit is contained in:
parent
30e5ee6a65
commit
9c4b7f55c4
2 changed files with 5 additions and 1 deletions
|
@ -26,7 +26,11 @@ static const char *colors[][3] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *const autostart[] = {
|
static const char *const autostart[] = {
|
||||||
"st", NULL,
|
"/home/sako/.dwmscripts/bar.sh", NULL,
|
||||||
|
"picom", NULL,
|
||||||
|
"keepassxc", NULL,
|
||||||
|
"nm-applet", NULL,
|
||||||
|
"blueman-applet", NULL,
|
||||||
NULL /* terminate */
|
NULL /* terminate */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
0
config/dwmbar/bar.sh
Normal file → Executable file
0
config/dwmbar/bar.sh
Normal file → Executable file
Loading…
Reference in a new issue