initial outsourced from swayipc/_examples/descratch/

This commit is contained in:
2025-08-21 13:12:03 +02:00
parent 12a12da4c1
commit 69b942af28
7 changed files with 347 additions and 0 deletions

5
descratcher-rofi.sh Executable file
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" {}