make path absolute

This commit is contained in:
Sakooooo 2023-08-03 17:54:14 +03:00
parent e8249bf63e
commit 77402ce3a9
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -30,7 +30,7 @@ static const char *colors[][3] = {
}; };
static const char *const autostart[] = { static const char *const autostart[] = {
"~/.dwmscripts/bar.sh", NULL, "/home/sako/.dwmscripts/bar.sh", NULL,
"xsetroot", "-cursor_name", "Catppuccin-Mocha-Dark", NULL, "xsetroot", "-cursor_name", "Catppuccin-Mocha-Dark", NULL,
"feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL, "feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL,
"nm-applet", NULL, "nm-applet", NULL,