Files
swayipc/_examples/descratch/descratcher-rofi.sh

6 lines
168 B
Bash
Executable File

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