aboutsummaryrefslogtreecommitdiff
path: root/ratpoison/spotlight
diff options
context:
space:
mode:
Diffstat (limited to 'ratpoison/spotlight')
-rwxr-xr-xratpoison/spotlight3
1 files changed, 2 insertions, 1 deletions
diff --git a/ratpoison/spotlight b/ratpoison/spotlight
index f44d931..a18ef68 100755
--- a/ratpoison/spotlight
+++ b/ratpoison/spotlight
@@ -1,3 +1,4 @@
#!/bin/sh
-find ~/ | sed 's/ /\\ /g' | dmenu -i -l 20 -nb '#eee8d5' -nf '#657b83' | xargs urxvt -e rifle -p0
+{ find ~/ \( ! -regex '.*/\..*' \); find ~/ \( -regex '.*/\..*' \) ; } | grep -v 'dotfiles/vim/undodir' | sed 's/ /\\ /g' | dmenu -i -l 20 -nb '#eee8d5' -nf '#657b83' | xargs urxvt -e rifle -p0
+#find ~/ | sed 's/ /\\ /g' | dmenu -i -l 20 -nb '#eee8d5' -nf '#657b83' | xargs urxvt -e rifle -p0
exit 0