diff options
author | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-02-12 19:45:58 +0100 |
---|---|---|
committer | Vasil Zlatanov <vasil.zlatanov@gmail.com> | 2015-02-12 19:45:58 +0100 |
commit | f7ac47a1102006842d074146237c756648478675 (patch) | |
tree | ebd106e074f56d94046fc06d7718b2fc31ea3386 /ratpoison/spotlight | |
parent | 504b3cc5d6cbc9ec66c5e89e3ecd4310c8dd5a69 (diff) | |
download | dotfiles-f7ac47a1102006842d074146237c756648478675.tar.gz dotfiles-f7ac47a1102006842d074146237c756648478675.tar.bz2 dotfiles-f7ac47a1102006842d074146237c756648478675.zip |
bspwm update
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 2ec8bfb..0544825 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 -nb $COLOR11 -nf $COLOR0 | xargs urxvt -e rifle -p0 +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 exit 0 |