simple_scratchpad: Spring update scratchpad V2

- Added support for multiple scratchpads
This commit is contained in:
julmajustus
2026-05-21 01:05:17 +03:00
parent 03de6e2ada
commit 30c33ed26c
5 changed files with 518 additions and 433 deletions
+6 -3
View File
@@ -2,7 +2,7 @@
# simple_scratchpad — A very simple scratchpad utility.
Adds functions to add, toggle and remove clients to/from scratchpad client list.
Adds functions to add, toggle and remove clients to/from scratchpad client lists.
![scratchpad in action](https://github.com/julmajustus/dwl-patches/blob/main/demos/simple_scratchpad_demo.gif?raw=true)
---
@@ -15,12 +15,15 @@ Adds functions to add, toggle and remove clients to/from scratchpad client list.
3. **removescratchpad**
- Removes client from scratchpad client list.
4. **setscratchpad**
- Sets current scratchpad number
### Download
- [git branch](https://codeberg.org/julmajustus/dwl/src/branch/simple_scratchpad)
- [scratchpad-wlroots-next-f4249db.patch](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/simple_scratchpad/simple_scratchpad-f4249db.patch)
- [scratchpad-0.8.patch](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/simple_scratchpad/simple_scratchpad-0.8.patch)
- [scratchpad-wlroots-next-d41ecb7.patch](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/simple_scratchpad/simple_scratchpad-wlroots-next-d41ecb7.patch)
- [scratchpad-v0.8.patch](https://codeberg.org/dwl/dwl-patches/raw/branch/main/patches/simple_scratchpad/simple_scratchpad-v0.8.patch)
### Authors
- [julmajustus](https://codeberg.org/julmajustus)