2026-03-15 15:20:55 +01:00

27 lines
970 B
Markdown

### Description
# simple_scratchpad — A very simple scratchpad utility.
Adds functions to add, toggle and remove clients to/from scratchpad client list.
![scratchpad in action](https://github.com/julmajustus/dwl-patches/blob/main/demos/simple_scratchpad_demo.gif?raw=true)
---
1. **addscratchpad**
- Floats client and adds it to scratchpad clients list.
2. **togglescratchpad**
- Shows or hides the clients in scratchpad client list.
3. **removescratchpad**
- Removes client from scratchpad client list.
### 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)
### Authors
- [julmajustus](https://codeberg.org/julmajustus)