From bddc4ea37972ed0c5c52c3b8ffcb23bf104d90aa Mon Sep 17 00:00:00 2001 From: choc Date: Wed, 19 Jun 2024 23:50:55 +0800 Subject: [PATCH] fix useless indentation in readme list items --- patches/dragresize/README.md | 6 +++--- patches/fakefullscreenclient/README.md | 6 +++--- patches/ipc/README.md | 24 ++++++++++++------------ patches/setupenv/README.md | 6 +++--- patches/tablet-input/README.md | 8 ++++---- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/patches/dragresize/README.md b/patches/dragresize/README.md index c9bf1d2..0a965f6 100644 --- a/patches/dragresize/README.md +++ b/patches/dragresize/README.md @@ -4,8 +4,8 @@ implement rio-like window resizing select window to resize (mod+middleclick by default) then drag out an area for it to occupy ### Download - - [git branch](https://codeberg.org/notchoc/dwl/src/branch/dragresize) - - [2024-06-19](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/dragresize/dragresize.patch) +- [git branch](https://codeberg.org/notchoc/dwl/src/branch/dragresize) +- [2024-06-19](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/dragresize/dragresize.patch) ### Authors - - [notchoc](https://codeberg.org/notchoc) +- [notchoc](https://codeberg.org/notchoc) diff --git a/patches/fakefullscreenclient/README.md b/patches/fakefullscreenclient/README.md index a0a2e52..6a98f0d 100644 --- a/patches/fakefullscreenclient/README.md +++ b/patches/fakefullscreenclient/README.md @@ -2,7 +2,7 @@ Allow setting fake fullscreen per client ### Download - - [git branch](https://codeberg.org/notchoc/dwl/src/branch/fakefullscreenclient) - - [2024-03-29](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/fakefullscreenclient/fakefullscreenclient.patch) +- [git branch](https://codeberg.org/notchoc/dwl/src/branch/fakefullscreenclient) +- [2024-03-29](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/fakefullscreenclient/fakefullscreenclient.patch) ### Authors - - [notchoc](https://codeberg.org/notchoc) +- [notchoc](https://codeberg.org/notchoc) diff --git a/patches/ipc/README.md b/patches/ipc/README.md index 3abd172..c1c60e1 100644 --- a/patches/ipc/README.md +++ b/patches/ipc/README.md @@ -4,17 +4,17 @@ Largely based on [raphi](https://sr.ht/~raphi/)'s [somebar](https://sr.ht/~raphi Status information to stdout is currently disabled as dwl tends to freeze. For now, `dwlmsg -w` should act as a drop-in replacement. ### Download - - [git branch](https://codeberg.org/notchoc/dwl/src/branch/ipc) - - [2024-06-08](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/ipc/ipc.patch) - - [2024-03-13](https://codeberg.org/dwl/dwl-patches/raw/commit/0150cfebbcd85f2d6e6728afad345a11a0c45947/ipc/ipc.patch) - - [2024-02-20](https://codeberg.org/dwl/dwl-patches/raw/commit/0c5ae06e4bc1d7f641376e8fcb86b43bd48ce2ee/ipc/ipc.patch) - - [2023-10-28](https://gist.githubusercontent.com/fbushstone/b116c44340eb7a7878de1119dd931ca5/raw/ee66ac9e2a5dddd9b528df553e21080c2811e974/ipc-v2-fixed.patch) Updated version of 2023-04-29, prevents ipc from freezing the compositor in printstatus. - - [2023-04-29](https://github.com/djpohly/dwl/compare/main...madcowog:ipc-v2.patch) Use this for dwl-ipc-unstable-v2. If you are using commit [9d68554](https://github.com/djpohly/dwl/commit/9d68554c59a886b641d27a364884fb461af2d4f1) or later, use this. For status bars this protocol is supported by dwlb, Waybar and dwl-bar. - - [2023-04-29](https://github.com/djpohly/dwl/compare/main...madcowog:ipc-bbdf2.patch) Use this for dwl-ipc-unstable-v1. If you are using commit [bbdaf2a9](https://github.com/djpohly/dwl/commit/bbdf2a913b72e7a308ee0dfde6518a4285d4a775), [release 0.4](https://github.com/djpohly/dwl/releases/tag/v0.4) or earlier, use this. For status bars, this protocol is supported by dwl-bar. - - [2023-02-20](https://lists.sr.ht/~raphi/public-inbox/patches/39166) Use this for net-tapesoftware-dwl-wm-unstable-v1. If you are using commit [c69a2bec](https://github.com/djpohly/dwl/commit/c69a2bec3ff417fbc4ea8fec0a49096773e01e7d) or later, use this. For status bars this protocol is supported by somebar. +- [git branch](https://codeberg.org/notchoc/dwl/src/branch/ipc) +- [2024-06-08](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/ipc/ipc.patch) +- [2024-03-13](https://codeberg.org/dwl/dwl-patches/raw/commit/0150cfebbcd85f2d6e6728afad345a11a0c45947/ipc/ipc.patch) +- [2024-02-20](https://codeberg.org/dwl/dwl-patches/raw/commit/0c5ae06e4bc1d7f641376e8fcb86b43bd48ce2ee/ipc/ipc.patch) +- [2023-10-28](https://gist.githubusercontent.com/fbushstone/b116c44340eb7a7878de1119dd931ca5/raw/ee66ac9e2a5dddd9b528df553e21080c2811e974/ipc-v2-fixed.patch) Updated version of 2023-04-29, prevents ipc from freezing the compositor in printstatus. +- [2023-04-29](https://github.com/djpohly/dwl/compare/main...madcowog:ipc-v2.patch) Use this for dwl-ipc-unstable-v2. If you are using commit [9d68554](https://github.com/djpohly/dwl/commit/9d68554c59a886b641d27a364884fb461af2d4f1) or later, use this. For status bars this protocol is supported by dwlb, Waybar and dwl-bar. +- [2023-04-29](https://github.com/djpohly/dwl/compare/main...madcowog:ipc-bbdf2.patch) Use this for dwl-ipc-unstable-v1. If you are using commit [bbdaf2a9](https://github.com/djpohly/dwl/commit/bbdf2a913b72e7a308ee0dfde6518a4285d4a775), [release 0.4](https://github.com/djpohly/dwl/releases/tag/v0.4) or earlier, use this. For status bars, this protocol is supported by dwl-bar. +- [2023-02-20](https://lists.sr.ht/~raphi/public-inbox/patches/39166) Use this for net-tapesoftware-dwl-wm-unstable-v1. If you are using commit [c69a2bec](https://github.com/djpohly/dwl/commit/c69a2bec3ff417fbc4ea8fec0a49096773e01e7d) or later, use this. For status bars this protocol is supported by somebar. ### Authors - - [MadcowOG](https://github.com/MadcowOG) - - [fbushstone](https://github.com/fbushstone) - - [notchoc](https://codeberg.org/notchoc) - - [snuk](https://codeberg.org/snuk) +- [MadcowOG](https://github.com/MadcowOG) +- [fbushstone](https://github.com/fbushstone) +- [notchoc](https://codeberg.org/notchoc) +- [snuk](https://codeberg.org/snuk) diff --git a/patches/setupenv/README.md b/patches/setupenv/README.md index 07a67a4..776c328 100644 --- a/patches/setupenv/README.md +++ b/patches/setupenv/README.md @@ -2,7 +2,7 @@ Allow configuring environment variables in config.h ### Download - - [git branch](https://codeberg.org/notchoc/dwl/src/branch/setupenv) - - [2024-03-26](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/setupenv/setupenv.patch) +- [git branch](https://codeberg.org/notchoc/dwl/src/branch/setupenv) +- [2024-03-26](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/setupenv/setupenv.patch) ### Authors - - [notchoc](https://codeberg.org/notchoc) +- [notchoc](https://codeberg.org/notchoc) diff --git a/patches/tablet-input/README.md b/patches/tablet-input/README.md index 278ba16..f26aefd 100644 --- a/patches/tablet-input/README.md +++ b/patches/tablet-input/README.md @@ -4,9 +4,9 @@ implements wlr-tablet-v2 for drawing tablets and supports cursor emulation inspired by @guyuming76's [branch](https://codeberg.org/guyuming76/dwl/commits/branch/graphic_tablet), with coding help from @Palanix and testing by @Thanatos ### Download - - [git branch](https://codeberg.org/notchoc/dwl/src/branch/tablet-input) - - [2024-05-04](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/tablet-input/tablet-input.patch) +- [git branch](https://codeberg.org/notchoc/dwl/src/branch/tablet-input) +- [2024-05-04](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/tablet-input/tablet-input.patch) ### Authors - - [notchoc](https://codeberg.org/notchoc) - - [Palanix](https://codeberg.org/Palanix) +- [notchoc](https://codeberg.org/notchoc) +- [Palanix](https://codeberg.org/Palanix)