commit afde5c5157cb2bcad278a049e1040298ec51f50e
Author: elbachir-one <bachiralfa_AT_gmail.com>
Date: Mon Apr 7 01:22:53 2025 +0100
[dwm][patches][setenvvars] Fixed index.md
diff --git a/dwm.suckless.org/patches/setenvvars/index.md b/dwm.suckless.org/patches/setenvvars/index.md
index 8bbe32d6..c94af968 100644
--- a/dwm.suckless.org/patches/setenvvars/index.md
+++ b/dwm.suckless.org/patches/setenvvars/index.md
_AT_@ -1,14 +1,17 @@
-Set environment variables
-=========================
+setenvvars
+==========
Description
-----------
-Allow setting environment variables inside `config.h`. This is a port of the dwl patch [setupenv](
https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/setupenv) to dwm.
+Allows setting environment variables within `config.def.h`.
+This feature is ported from the dwl patch [setupenv](
https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/setupenv).
+
+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 inside main() is started after setenvvars().
Authors
-------
Received on Mon Apr 07 2025 - 02:24:03 CEST