diff --git a/README.md b/README.md index 1bcc36e..536299e 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,17 @@ philosophy. Like dwm, dwl is: - One C source file (or a very small number) configurable via `config.h` - Tied to as few external dependencies as possible +### Applied patches +- [Always center](https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/alwayscenter) +- [Attach on top](https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/attachtop) +- [Autostart](https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/autostart) +- [Bar](https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/bar) +- [Bar height](https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/barheight) +- [Cursor theme](https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/cursortheme) +- [Generic gaps](https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/genericgaps/) +- [Setup env](https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/setupenv) +- [Sticky](https://codeberg.org/dwl/dwl-patches/src/branch/main/patches/sticky) + ## Getting Started: ### Latest semi-stable [release]