From 87b56f3987bc86d4661dc92b9bfa3a06c881ccb6 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 30 Nov 2014 12:30:39 +0100 Subject: further cleanup --- ratpoison/spotlight | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ratpoison/spotlight') 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 -- cgit v1.2.3-54-g00ecf