From a34e01519d02f95fe2b71462a3e1f860df1e7c5f Mon Sep 17 00:00:00 2001 From: A Frederick Christensen Date: Tue, 17 Feb 2026 09:12:49 -0600 Subject: [PATCH] tablet-and-touch: Correct link --- patches/tablet-and-touch/README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/patches/tablet-and-touch/README.md b/patches/tablet-and-touch/README.md index 718cb9a..f458bcb 100644 --- a/patches/tablet-and-touch/README.md +++ b/patches/tablet-and-touch/README.md @@ -1,13 +1,9 @@ ### Description -This combines -[touch-input](../touch-input) and -[tablet-input](../tablet-input) -into a single appliable patch. +This combines [touch-input](../touch-input) and [tablet-input](../tablet-input) into a single appliable patch. The two patches modify similar code areas in `dwl.c` and will conflict if one attempts to direcly apply both. ### Download -- [main 2026-02-17](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/tablet-and-touch/tablet-input.patch) - +- [main 2026-02-17](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/tablet-and-touch/tablet-and-touch.patch) ### Authors - [fauxmight](https://codeberg.org/fauxmight)