summaryrefslogtreecommitdiff
path: root/patches/sticky/README.md
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-07-04 00:14:30 -0700
committerChris Sobczak <chris@sobczak.family>2026-07-04 00:14:30 -0700
commit8d49f440a09957b970dca55bfa676c79fdd7d47d (patch)
tree9319ad00fcca55941111a150d8619c1f0170fa31 /patches/sticky/README.md
parent9b11a49cb757b80f8589088b487b5f1e56643aa1 (diff)
Download sticky
Diffstat (limited to 'patches/sticky/README.md')
-rw-r--r--patches/sticky/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/patches/sticky/README.md b/patches/sticky/README.md
new file mode 100644
index 0000000..4f1b36d
--- /dev/null
+++ b/patches/sticky/README.md
@@ -0,0 +1,14 @@
+### Description
+Adds a toggleable function that makes a sticky client that is visible on all tags.
+
+Originally based on [dwm sticky patch](https://dwm.suckless.org/patches/sticky).
+
+### Download
+- [v0.8](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/sticky/sticky.patch)
+- [v0.7](https://codeberg.org/dwl/dwl-patches/raw/commit/898bc7a946c7be14034a665bd7a7b042632465ea/patches/sticky/sticky.patch)
+- [v0.4](https://github.com/djpohly/dwl/compare/main...dm1tz:04-sticky.patch)
+- [git branch](https://codeberg.org/Rutherther/dwl/src/branch/v0.7/sticky)
+
+### Authors
+- [Rutherther](https://codeberg.org/Rutherther)
+- [Dmitry Zakharchenko](https://github.com/dm1tz)