aboutsummaryrefslogtreecommitdiff
path: root/ratpoison
diff options
context:
space:
mode:
authorvaskozl <vasil.zlatanov@gmail.com>2014-11-29 16:05:30 +0000
committervaskozl <vasil.zlatanov@gmail.com>2014-11-29 16:05:30 +0000
commit699cbd6f409f874834d37f2f8e68e57777c30119 (patch)
tree5d89f6a286140766b0f244d83bb3dbef3676b5e1 /ratpoison
parent58ae3acdbd7223d56a227b25685215ab2e268fc6 (diff)
downloaddotfiles-699cbd6f409f874834d37f2f8e68e57777c30119.tar.gz
dotfiles-699cbd6f409f874834d37f2f8e68e57777c30119.tar.bz2
dotfiles-699cbd6f409f874834d37f2f8e68e57777c30119.zip
spotlight consolef ix
Diffstat (limited to 'ratpoison')
-rwxr-xr-xratpoison/spotlight2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratpoison/spotlight b/ratpoison/spotlight
index 550dacb..f44d931 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 rifle -p0
+find ~/ | sed 's/ /\\ /g' | dmenu -i -l 20 -nb '#eee8d5' -nf '#657b83' | xargs urxvt -e rifle -p0
exit 0