add applied patches

This commit is contained in:
amolinae 2025-01-21 08:59:41 -06:00
parent fd10d88fb4
commit e3bccc7bbd

View file

@ -12,6 +12,17 @@ philosophy. Like dwm, dwl is:
- One C source file (or a very small number) configurable via `config.h` - One C source file (or a very small number) configurable via `config.h`
- Tied to as few external dependencies as possible - 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: ## Getting Started:
### Latest semi-stable [release] ### Latest semi-stable [release]