diff options
author | vaskozl <vasil.zlatanov@gmail.com> | 2014-11-29 15:55:33 +0000 |
---|---|---|
committer | vaskozl <vasil.zlatanov@gmail.com> | 2014-11-29 15:55:33 +0000 |
commit | 58ae3acdbd7223d56a227b25685215ab2e268fc6 (patch) | |
tree | f24dae34e78e4d8928102f257cb47d5333437ea9 /ratpoison/spotlight | |
parent | 67ccc0e15e3ffca70e290b4b9cb1d799d2931b62 (diff) | |
download | dotfiles-58ae3acdbd7223d56a227b25685215ab2e268fc6.tar.gz dotfiles-58ae3acdbd7223d56a227b25685215ab2e268fc6.tar.bz2 dotfiles-58ae3acdbd7223d56a227b25685215ab2e268fc6.zip |
spotlight!
Diffstat (limited to 'ratpoison/spotlight')
-rwxr-xr-x | ratpoison/spotlight | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ratpoison/spotlight b/ratpoison/spotlight new file mode 100755 index 0000000..550dacb --- /dev/null +++ b/ratpoison/spotlight @@ -0,0 +1,3 @@ +#!/bin/sh +find ~/ | sed 's/ /\\ /g' | dmenu -i -l 20 -nb '#eee8d5' -nf '#657b83' | xargs rifle -p0 +exit 0 |