update autostart thingy

This commit is contained in:
Sakooooo 2023-09-11 10:54:58 +04:00
parent fe20dffcde
commit 27b27c9e24
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

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