aboutsummaryrefslogtreecommitdiff
path: root/ratpoison/spotlight
diff options
context:
space:
mode:
Diffstat (limited to 'ratpoison/spotlight')
-rwxr-xr-xratpoison/spotlight2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratpoison/spotlight b/ratpoison/spotlight
index 0544825..24cdc87 100755
--- a/ratpoison/spotlight
+++ b/ratpoison/spotlight
@@ -1,4 +1,4 @@
#!/bin/sh
source ~/.colors
-find ~/ -not -path "~/Games/*" -not -path "~/.mozilla/*" -not -path "~/dotfiles/vim/undodir/*" | sed 's/ /\\ /g' | dmenu -i -l 20 -sb $COLOR0 -nb $COLOR0 -nf $COLOR11 -sf $COLOR3 | xargs urxvt -e rifle -p0
+locate ~/ | dmenu -i -l 20 -sb $COLOR0 -nb $COLOR0 -nf $COLOR11 -sf $COLOR3 | xargs urxvt -e rifle -p0
exit 0