mirror of
https://codeberg.org/scip/swayipc.git
synced 2025-12-18 13:01:10 +01:00
add descratcher example
This commit is contained in:
5
_examples/descratch/descratcher-rofi.sh
Executable file
5
_examples/descratch/descratcher-rofi.sh
Executable 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" {}
|
||||
Reference in New Issue
Block a user