From 3b27ae783576361432032c1aec8df6ba2a539e36 Mon Sep 17 00:00:00 2001 From: odrling Date: Sat, 24 Apr 2021 15:02:45 +0200 Subject: [PATCH 07/26] runsvdir on startup --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 2f293f8..c8acd30 100644 --- a/config.def.h +++ b/config.def.h @@ -367,6 +367,7 @@ static const char *layoutmenu_cmd = "layoutmenu.sh"; #if COOL_AUTOSTART_PATCH static const char *const autostart[] = { "dwmblocks", NULL, + "sh", "-c", "runsvdir $HOME/.sv", NULL, NULL /* terminate */ }; #endif // COOL_AUTOSTART_PATCH -- 2.35.1