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

25 lines
635 B
Diff
Raw Normal View History

2022-08-31 16:59:34 +00:00
From 8040eec0152986241ae358e998d177a9fd69ce43 Mon Sep 17 00:00:00 2001
2022-06-21 11:36:40 +00:00
From: odrling <florianbadie@odrling.xyz>
Date: Sat, 24 Apr 2021 15:02:45 +0200
2022-08-31 16:59:34 +00:00
Subject: [PATCH 07/27] runsvdir on startup
2022-06-21 11:36:40 +00:00
---
config.def.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/config.def.h b/config.def.h
2022-08-31 16:59:34 +00:00
index 1c701f2..7aed2be 100644
2022-06-21 11:36:40 +00:00
--- a/config.def.h
+++ b/config.def.h
2022-08-31 16:59:34 +00:00
@@ -386,6 +386,7 @@ static const char *layoutmenu_cmd = "layoutmenu.sh";
2022-06-21 11:36:40 +00:00
#if COOL_AUTOSTART_PATCH
static const char *const autostart[] = {
"dwmblocks", NULL,
+ "sh", "-c", "runsvdir $HOME/.sv", NULL,
NULL /* terminate */
};
#endif // COOL_AUTOSTART_PATCH
--
2022-08-31 16:59:34 +00:00
2.37.2
2022-06-21 11:36:40 +00:00