From 9234591a64bf984693306edadb1fe3c49c88d6cd Mon Sep 17 00:00:00 2001 From: minego Date: Wed, 27 Mar 2024 19:11:12 +0000 Subject: [PATCH] Add remembertags --- remembertags.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 remembertags.md diff --git a/remembertags.md b/remembertags.md new file mode 100644 index 0000000..7a3c0cf --- /dev/null +++ b/remembertags.md @@ -0,0 +1,16 @@ +### Description +This patch modifies the behavior when selecting tags so that selecting a tag will also enable any other tags that were previously visible. + +For example: +1. Select tag 5, with mod+5 +2. Toggle tag 8, with ctrl+mod+8 +3. Select tag 1, with mod+1. Tags 5 and 8 should no longer be visible. +4. Select tag 5 again, with mod+5. Tag 8 should be visible since it was remembered. +5. Select tag 5 again, with mod_5. Selecting the already selected tag resets any remembered tags, so now tag 5 should be the only one visible. + +### Download +- [git branch](https://codeberg.org/minego/dwl/src/branch/remembertags) +- [2024-03-27](https://codeberg.org/dwl/dwl-patches/raw/branch/main/minego/remembertags.patch) + +### Authors +- [minego](https://codeberg.org/minego) \ No newline at end of file