From c42330b0a141233fa30103485bd7a7ccb7c3a6d3674d9b2b2882590d84a94a46 Mon Sep 17 00:00:00 2001 From: ganome Date: Sun, 16 Mar 2025 17:06:08 -0600 Subject: [PATCH] Fixed dwmbar to not run in a subshell --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index a7e8aab..27f5251 100644 --- a/config.def.h +++ b/config.def.h @@ -108,7 +108,7 @@ static const char *const autostart[] = { // "st", NULL, "arrpc", NULL, "dunst", NULL, - "sh", "/home/ganome/.local/bin/dwmbar", NULL, + "/home/ganome/.local/bin/dwmbar", NULL, "xrdb", "/home/ganome/.Xresources", NULL, "sh", "/home/ganome/.local/bin/wallsetter.dwm", NULL, "parcellite", NULL,