setupenv: add patch

choc 2024-03-26 22:22:18 +08:00
parent bec7bd4858
commit cca64f8aff
3 changed files with 10 additions and 0 deletions

@ -81,6 +81,7 @@ Additionally, when you have write access to this repository, remove the `.md` fi
* [borders](https://codeberg.org/dwl/dwl-patches/wiki/borders)
* [coredump](https://codeberg.org/dwl/dwl-patches/wiki/coredump)
* [env](https://codeberg.org/dwl/dwl-patches/wiki/env)
* [setupenv](https://codeberg.org/dwl/dwl-patches/wiki/setupenv)
* [gestures](https://codeberg.org/dwl/dwl-patches/wiki/gestures)
* [hide-behind-fullscreen](https://codeberg.org/dwl/dwl-patches/wiki/hide-behind-fullscreen)
* [hide-behind-monocle](https://codeberg.org/dwl/dwl-patches/wiki/hide-behind-monocle)

@ -50,6 +50,7 @@
* [right](https://codeberg.org/dwl/dwl-patches/wiki/right)
* [rotatetags](https://codeberg.org/dwl/dwl-patches/wiki/rotatetags)
* [scenefx](https://codeberg.org/dwl/dwl-patches/wiki/scenefx)
* [setupenv](https://codeberg.org/dwl/dwl-patches/wiki/setupenv)
* [shiftview](https://codeberg.org/dwl/dwl-patches/wiki/shiftview)
* [simple-touch-input](https://codeberg.org/dwl/dwl-patches/wiki/simple-touch-input)
* [simpleborders](https://codeberg.org/dwl/dwl-patches/wiki/simpleborders)

8
setupenv.md Normal file

@ -0,0 +1,8 @@
### Description
Allow configuring environment variables in config.h
### Download
- [git branch](https://codeberg.org/notchoc/dwl/src/branch/setupenv)
- [2024-03-26](https://codeberg.org/dwl/dwl-patches/raw/branch/main/setupenv/setupenv.patch)
### Authors
- [notchoc](https://codeberg.org/notchoc)