diff options
author | vaskozl <vasil.zlatanov@gmail.com> | 2014-12-04 21:38:25 +0000 |
---|---|---|
committer | vaskozl <vasil.zlatanov@gmail.com> | 2014-12-04 21:38:25 +0000 |
commit | 2d35db501af5caf20da3666afcb828b6fae488d9 (patch) | |
tree | be001d5e3fa6f42ad60c4d390a89a17c44da7fb9 /ratpoison | |
parent | 87b56f3987bc86d4661dc92b9bfa3a06c881ccb6 (diff) | |
download | dotfiles-2d35db501af5caf20da3666afcb828b6fae488d9.tar.gz dotfiles-2d35db501af5caf20da3666afcb828b6fae488d9.tar.bz2 dotfiles-2d35db501af5caf20da3666afcb828b6fae488d9.zip |
:(
Diffstat (limited to 'ratpoison')
-rwxr-xr-x | ratpoison/spotlight | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratpoison/spotlight b/ratpoison/spotlight index f44d931..ec0be39 100755 --- a/ratpoison/spotlight +++ b/ratpoison/spotlight @@ -1,3 +1,3 @@ #!/bin/sh -find ~/ | 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 exit 0 |