add descratcher example

This commit is contained in:
2025-08-20 22:25:40 +02:00
parent 9f08aefcff
commit ce6d836234
3 changed files with 115 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
descratch \
| rofi -matching fuzzy -dmenu -p "Select window from scratchpad to show" \
| cut -d' ' -f1 | xargs -I{} --no-run-if-empty "descratch" {}