diff options
Diffstat (limited to 'tools/spotlight')
-rwxr-xr-x | tools/spotlight | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/spotlight b/tools/spotlight new file mode 100755 index 0000000..24cdc87 --- /dev/null +++ b/tools/spotlight @@ -0,0 +1,4 @@ +#!/bin/sh +source ~/.colors +locate ~/ | dmenu -i -l 20 -sb $COLOR0 -nb $COLOR0 -nf $COLOR11 -sf $COLOR3 | xargs urxvt -e rifle -p0 +exit 0 |