sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit afde5c5157cb2bcad278a049e1040298ec51f50e
parent 666c86e562b84e344bb07b4ede64dd8587cc806d
Author: elbachir-one <bachiralfa@gmail.com>
Date:   Mon,  7 Apr 2025 01:22:53 +0100

[dwm][patches][setenvvars] Fixed index.md

Diffstat:
Mdwm.suckless.org/patches/setenvvars/index.md | 11+++++++----
1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/dwm.suckless.org/patches/setenvvars/index.md b/dwm.suckless.org/patches/setenvvars/index.md @@ -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 -------