odrling-overlay/x11-wm/dwm/files/0007-runsvdir-on-startup.patch
2022-06-21 13:46:07 +02:00

25 lines
635 B
Diff

From 3b27ae783576361432032c1aec8df6ba2a539e36 Mon Sep 17 00:00:00 2001
From: odrling <florianbadie@odrling.xyz>
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