add startup items

This commit is contained in:
Sakooooo 2023-07-22 02:04:22 +03:00
parent a1aee537fa
commit 0b1711cb4d
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -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 */
}; };