Fixed dwmbar to not run in a subshell

This commit is contained in:
ganome 2025-03-16 17:06:08 -06:00
parent e7368c48da
commit c42330b0a1
Signed by untrusted user who does not match committer: Ganome
GPG Key ID: 944DE53336D81B83

View File

@ -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,