mirror of
https://codeberg.org/scip/sway-descratch.git
synced 2025-12-16 12:10:59 +01:00
6 lines
168 B
Bash
Executable File
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" {}
|