mirror of
https://codeberg.org/scip/sway-descratch.git
synced 2025-12-16 20:20:59 +01:00
initial outsourced from swayipc/_examples/descratch/
This commit is contained in:
5
descratcher-rofi.sh
Executable file
5
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