update autostart thingy
This commit is contained in:
parent
fe20dffcde
commit
27b27c9e24
1 changed files with 3 additions and 1 deletions
|
@ -24,11 +24,13 @@ static const char *colors[][3] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *const autostart[] = {
|
static const char *const autostart[] = {
|
||||||
|
"/home/sako/.dwmscripts/bar.sh", NULL,
|
||||||
"feh", "--bg-scale", "/home/sako/background.png", NULL,
|
"feh", "--bg-scale", "/home/sako/background.png", NULL,
|
||||||
"xsetroot", "-cursor_name", "left_ptr", NULL,
|
"xsetroot", "-cursor_name", "left_ptr", NULL,
|
||||||
"picom", NULL,
|
"picom", NULL,
|
||||||
"/home/sako/.dwmscripts/bar.sh", NULL,
|
|
||||||
"keepassxc", NULL,
|
"keepassxc", NULL,
|
||||||
|
"nm-applet", NULL,
|
||||||
|
"blueman-applet", NULL,
|
||||||
NULL /* terminate */
|
NULL /* terminate */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue