aboutsummaryrefslogtreecommitdiff
path: root/ratpoison/spotlight
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2014-11-30 12:30:39 +0100
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2014-11-30 12:30:39 +0100
commit87b56f3987bc86d4661dc92b9bfa3a06c881ccb6 (patch)
treecf4e1e728e9e34526baec31e76aead61c659e0d0 /ratpoison/spotlight
parente028f3c40c186ed3c0f785522e39679deb7b5c3d (diff)
downloaddotfiles-87b56f3987bc86d4661dc92b9bfa3a06c881ccb6.tar.gz
dotfiles-87b56f3987bc86d4661dc92b9bfa3a06c881ccb6.tar.bz2
dotfiles-87b56f3987bc86d4661dc92b9bfa3a06c881ccb6.zip
further cleanup
Diffstat (limited to 'ratpoison/spotlight')
-rwxr-xr-xratpoison/spotlight2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratpoison/spotlight b/ratpoison/spotlight
index 1da2b7c..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 termite -e rifle -p0
+find ~/ | sed 's/ /\\ /g' | dmenu -i -l 20 -nb '#eee8d5' -nf '#657b83' | xargs urxvt -e rifle -p0
exit 0