add startup items
This commit is contained in:
parent
a1aee537fa
commit
0b1711cb4d
1 changed files with 6 additions and 1 deletions
|
@ -24,7 +24,12 @@ static const char *colors[][3] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const char *const autostart[] = {
|
static const char *const autostart[] = {
|
||||||
"st", NULL,
|
"xsetroot", "-cursor_name", "left_ptr", NULL,
|
||||||
|
"feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL,
|
||||||
|
"nm-applet", NULL,
|
||||||
|
"blueman-applet", NULL,
|
||||||
|
"keepassxc", NULL,
|
||||||
|
"flameshot", NULL,
|
||||||
NULL /* terminate */
|
NULL /* terminate */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue