diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-04-02 21:35:49 +0200 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-04-02 21:35:49 +0200 |
commit | fc5c8292d28e8bbb39e2ad258fa75e36fe7750e8 (patch) | |
tree | a3e4f0dfb813e7c0773f6188d0ee2f291daf7fc1 /ratpoison/spotlight | |
parent | 0b50bfaefb2d117c2101f9b34d9fdf2b27d44f39 (diff) | |
download | dotfiles-fc5c8292d28e8bbb39e2ad258fa75e36fe7750e8.tar.gz dotfiles-fc5c8292d28e8bbb39e2ad258fa75e36fe7750e8.tar.bz2 dotfiles-fc5c8292d28e8bbb39e2ad258fa75e36fe7750e8.zip |
eh
Diffstat (limited to 'ratpoison/spotlight')
-rwxr-xr-x | ratpoison/spotlight | 2 |
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 |