From cca64f8aff07db8ca0a784a199b6d621a717819d Mon Sep 17 00:00:00 2001 From: choc Date: Tue, 26 Mar 2024 22:22:18 +0800 Subject: [PATCH] setupenv: add patch --- Home.md | 1 + _Sidebar.md | 1 + setupenv.md | 8 ++++++++ 3 files changed, 10 insertions(+) create mode 100644 setupenv.md diff --git a/Home.md b/Home.md index ba5aa6d..b758313 100644 --- a/Home.md +++ b/Home.md @@ -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) diff --git a/_Sidebar.md b/_Sidebar.md index 5d56b6f..be7e7f4 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -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) diff --git a/setupenv.md b/setupenv.md new file mode 100644 index 0000000..69b62b7 --- /dev/null +++ b/setupenv.md @@ -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)