make path absolute
This commit is contained in:
parent
e8249bf63e
commit
77402ce3a9
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ static const char *colors[][3] = {
|
|||
};
|
||||
|
||||
static const char *const autostart[] = {
|
||||
"~/.dwmscripts/bar.sh", NULL,
|
||||
"/home/sako/.dwmscripts/bar.sh", NULL,
|
||||
"xsetroot", "-cursor_name", "Catppuccin-Mocha-Dark", NULL,
|
||||
"feh", "--bg-scale", "/home/sako/.config/bspwm/background.png", NULL,
|
||||
"nm-applet", NULL,
|
||||
|
|
Loading…
Reference in a new issue