odrling-overlay/x11-wm/dwm/files/0007-runsvdir-on-startup.patch

25 lines
635 B
Diff

From 8040eec0152986241ae358e998d177a9fd69ce43 Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
Date: Sat, 24 Apr 2021 15:02:45 +0200
Subject: [PATCH 07/27] runsvdir on startup
---
config.def.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/config.def.h b/config.def.h
index 1c701f2..7aed2be 100644
--- a/config.def.h
+++ b/config.def.h
@@ -386,6 +386,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.37.2