aboutsummaryrefslogtreecommitdiff
path: root/ratpoison/spotlight
blob: 550dacb39a77215b3e98d1fe0fcf7ba77f5e9452 (plain)
1
2
3
#!/bin/sh
find ~/ | sed 's/ /\\ /g' | dmenu -i -l 20 -nb '#eee8d5' -nf '#657b83' | xargs rifle -p0
exit 0