From b1a2620e2837907298f2a2ede7baa884a88bf743 Mon Sep 17 00:00:00 2001 From: Ben Collerson Date: Fri, 6 Sep 2024 13:20:07 +1000 Subject: [PATCH] namedscratchpads: currently only works on v0.6 --- patches/namedscratchpads/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/namedscratchpads/README.md b/patches/namedscratchpads/README.md index 84d6b1f..e436583 100644 --- a/patches/namedscratchpads/README.md +++ b/patches/namedscratchpads/README.md @@ -10,8 +10,8 @@ This patch adds the following functions: If you don't assign keybindings to any of the above functions and so get a compiler warning about them not being used, just remove them from your dwl branch to stop the warning. ### Download -- [git branch](https://codeberg.org/bencc/dwl/src/branch/namedscratchpads) -- [2024-07-13](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/namedscratchpads/namedscratchpads.patch) +- [git branch (v0.6)](https://codeberg.org/bencc/dwl/src/branch/namedscratchpads) +- [2024-07-13 (v0.6)](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/namedscratchpads/namedscratchpads.patch) ### Authors - [Ben Collerson](https://codeberg.org/bencc)