From 2d35db501af5caf20da3666afcb828b6fae488d9 Mon Sep 17 00:00:00 2001 From: vaskozl Date: Thu, 4 Dec 2014 21:38:25 +0000 Subject: :( --- ratpoison/spotlight | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf