index.md - sites - public wiki contents of suckless.org
 (HTM) git clone git://git.suckless.org/sites
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       index.md (547B)
       ---
            1 setenvvars
            2 ==========
            3 
            4 Description
            5 -----------
            6 Allows setting environment variables within `config.def.h`.
            7 This feature is ported from the dwl patch [setupenv](https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/setupenv).
            8 
            9 Users of autostart patches should ensure that their autostart function
           10 inside `main()` is called after `setenvvars()`.
           11 
           12 Download
           13 --------
           14 * [dwm-setenvvars-6.5.diff](dwm-setenvvars-6.5.diff)
           15 
           16 Authors
           17 -------
           18 * [notchoc](https://codeberg.org/notchoc) (original patch)
           19 * [tch69](https://github.com/tch69) (dwm port)