update dimkr patches

Dima Krasner 2024-02-12 20:50:38 +02:00
parent fb1404ac8e
commit 255b71d02d
4 changed files with 5 additions and 6 deletions

2
env.md

@ -2,7 +2,7 @@
Input device configuration (click method, tap-and-drag, acceleration, etc), border size and colors via environment variables.
### Download
- [2022-07-24](https://codeberg.org/dwl/dwl-patches/raw/branch/main/env/env.patch)
- [2024-02-11](https://codeberg.org/dwl/dwl-patches/raw/branch/main/env/env.patch)
### Authors
- [Dima Krasner](https://codeberg.org/dimkr) (<dima@dimakrasner.com>)

@ -2,7 +2,7 @@
Tries a different display mode if the preferred mode doesn't work.
### Download
- [2022-07-21](https://codeberg.org/dwl/dwl-patches/raw/branch/main/fallback/fallback.patch)
- [2024-02-11](https://codeberg.org/dwl/dwl-patches/raw/branch/main/fallback/fallback.patch)
### Authors
- [Dima Krasner](https://codeberg.org/dimkr) (<dima@dimakrasner.com>)

@ -2,7 +2,7 @@
Put newly connected monitors on the right, like X does.
### Download
- [2022-07-21](https://codeberg.org/dwl/dwl-patches/raw/branch/main/right/right.patch)
- [2024-02-11](https://codeberg.org/dwl/dwl-patches/raw/branch/main/right/right.patch)
### Authors
- [Dima Krasner](https://codeberg.org/dimkr) (<dima@dimakrasner.com>)

@ -2,9 +2,8 @@
Adds a spiral-inspired layout for wide screens.
### Download
- [2023-07-15](https://codeberg.org/dwl/dwl-patches/raw/branch/main/snail/snail.patch) (backports the flickering fix from [genericgaps](https://github.com/djpohly/dwl/wiki/genericgaps))
- [2022-07-19](https://github.com/djpohly/dwl/compare/main...dimkr:dwl:snail-old.patch)
- [2024-02-11](https://codeberg.org/dwl/dwl-patches/raw/branch/main/snail/snail.patch)
### Authors
- [Nikita Ivanov](https://github.com/NikitaIvanovV)
- [Dima Krasner](https://codeberg.org/dimkr) (<dima@dimakrasner.com>)
- [Nikita Ivanov](https://github.com/NikitaIvanovV) (fix for flickering)