From 77402ce3a90f1335357a1867cb2e4b1a15385355 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:54:14 +0300 Subject: [PATCH] make path absolute --- config/dwm/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,