aboutsummaryrefslogtreecommitdiff
path: root/ratpoison
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2014-12-07 20:22:45 +0100
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2014-12-07 20:22:45 +0100
commit4242dd810dc1350e97e8baf8533b031bd659b4d3 (patch)
treed983539e4b9c157577a7f84770e5417b6e94f41b /ratpoison
parent96f601c72fed40c47f04642c2e9e7af71d9916da (diff)
parentbdbdc661750460a8148ab37026de241823957641 (diff)
downloaddotfiles-4242dd810dc1350e97e8baf8533b031bd659b4d3.tar.gz
dotfiles-4242dd810dc1350e97e8baf8533b031bd659b4d3.tar.bz2
dotfiles-4242dd810dc1350e97e8baf8533b031bd659b4d3.zip
yup
Diffstat (limited to 'ratpoison')
-rwxr-xr-xratpoison/spotlight1
1 files changed, 0 insertions, 1 deletions
diff --git a/ratpoison/spotlight b/ratpoison/spotlight
index a18ef68..bfe196e 100755
--- a/ratpoison/spotlight
+++ b/ratpoison/spotlight
@@ -1,4 +1,3 @@
#!/bin/sh
{ find ~/ \( ! -regex '.*/\..*' \); find ~/ \( -regex '.*/\..*' \) ; } | grep -v 'dotfiles/vim/undodir' | 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 -p0
exit 0