diff --git a/config/dwm/config.def.h b/config/dwm/config.def.h index 8e8cfe58..49c808bd 100644 --- a/config/dwm/config.def.h +++ b/config/dwm/config.def.h @@ -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,