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. Input device configuration (click method, tap-and-drag, acceleration, etc), border size and colors via environment variables.
### Download ### 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 ### Authors
- [Dima Krasner](https://codeberg.org/dimkr) (<dima@dimakrasner.com>) - [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. Tries a different display mode if the preferred mode doesn't work.
### Download ### 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 ### Authors
- [Dima Krasner](https://codeberg.org/dimkr) (<dima@dimakrasner.com>) - [Dima Krasner](https://codeberg.org/dimkr) (<dima@dimakrasner.com>)

@ -2,7 +2,7 @@
Put newly connected monitors on the right, like X does. Put newly connected monitors on the right, like X does.
### Download ### 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 ### Authors
- [Dima Krasner](https://codeberg.org/dimkr) (<dima@dimakrasner.com>) - [Dima Krasner](https://codeberg.org/dimkr) (<dima@dimakrasner.com>)

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