From fcf268141916bd8f05e074ae7c394611ceba3bb7 Mon Sep 17 00:00:00 2001 From: Palanix Date: Fri, 16 Feb 2024 23:43:27 +0100 Subject: [PATCH] Reintroduce monitorconfig patch --- Home.md | 1 + _Sidebar.md | 1 + monitorconfig.md | 9 +++++++++ 3 files changed, 11 insertions(+) create mode 100644 monitorconfig.md diff --git a/Home.md b/Home.md index dd7d3d0..acaf4f3 100644 --- a/Home.md +++ b/Home.md @@ -56,6 +56,7 @@ Additionally, when you have write access to this repository, remove the `.md` fi * [unclutter](https://codeberg.org/dwl/dwl-patches/wiki/unclutter) ## Monitor * [fallback](https://codeberg.org/dwl/dwl-patches/wiki/fallback) +* [monfig](https://codeberg.org/dwl/dwl-patches/wiki/monfig) * [right](https://codeberg.org/dwl/dwl-patches/wiki/right) ## Other * [autostart](https://codeberg.org/dwl/dwl-patches/wiki/autostart) diff --git a/_Sidebar.md b/_Sidebar.md index 6c6ec24..684fe43 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -22,6 +22,7 @@ * [keycodes](https://codeberg.org/dwl/dwl-patches/wiki/keycodes) * [less-simple-touch-input](https://codeberg.org/dwl/dwl-patches/wiki/less-simple-touch-input.-) * [master-right](https://codeberg.org/dwl/dwl-patches/wiki/master-right) +* [monfig](https://codeberg.org/dwl/dwl-patches/wiki/monfig) * [naturalscrolltrackpad](https://codeberg.org/dwl/dwl-patches/wiki/naturalscrolltrackpad) * [numlock-capslock](https://codeberg.org/dwl/dwl-patches/wiki/numlock-capslock) * [regions](https://codeberg.org/dwl/dwl-patches/wiki/regions) diff --git a/monitorconfig.md b/monitorconfig.md new file mode 100644 index 0000000..cabe543 --- /dev/null +++ b/monitorconfig.md @@ -0,0 +1,9 @@ +### Description +Allows more monitor configuration in config.h + +### Download +- [git branch](https://codeberg.org/Palanix/dwl/src/branch/monfig) +- [2024-02-15](https://codeberg.org/dwl/dwl-patches/raw/branch/main/cfact/monfig.patch) + +### Authors +- [Palanix](https://codeberg.org/Palanix)