[dwm][patches][setenvvars] Fixed index.md - sites - public wiki contents of suc… | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
commit afde5c5157cb2bcad278a049e1040298ec51f50e | |
parent 666c86e562b84e344bb07b4ede64dd8587cc806d | |
Author: elbachir-one <[email protected]> | |
Date: Mon, 7 Apr 2025 01:22:53 +0100 | |
[dwm][patches][setenvvars] Fixed index.md | |
Diffstat: | |
M dwm.suckless.org/patches/setenvvar… | 11 +++++++---- | |
1 file changed, 7 insertions(+), 4 deletions(-) | |
--- | |
diff --git a/dwm.suckless.org/patches/setenvvars/index.md b/dwm.suckless.org/pa… | |
@@ -1,14 +1,17 @@ | |
-Set environment variables | |
-========================= | |
+setenvvars | |
+========== | |
Description | |
----------- | |
-Allow setting environment variables inside `config.h`. This is a port of the d… | |
+Allows setting environment variables within `config.def.h`. | |
+This feature is ported from the dwl patch [setupenv](https://codeberg.org/dwl/… | |
+ | |
+Users of autostart patches should ensure that their autostart function | |
+inside `main()` is called after `setenvvars()`. | |
Download | |
-------- | |
* [dwm-setenvvars-6.5.diff](dwm-setenvvars-6.5.diff) | |
-* Users of autostart patches might need to make sure their autostart function … | |
Authors | |
------- |