From cf14dfc8ef7801801036ee09b38aacfa630012c4 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Sun, 27 Mar 2016 18:44:59 +0100 Subject: updates --- Window_Manager/ratpoison/spotlight | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Window_Manager/ratpoison/spotlight') diff --git a/Window_Manager/ratpoison/spotlight b/Window_Manager/ratpoison/spotlight index 6abf67b..9a20e63 100755 --- a/Window_Manager/ratpoison/spotlight +++ b/Window_Manager/ratpoison/spotlight @@ -1,4 +1,4 @@ #!/bin/sh . ~/.colors -bullet=`locate ~/ | dmenu -i -l 20 -sb $COLOR0 -nb $COLOR0 -nf $COLOR11 -sf $COLOR3` -urxvt -e rifle -p0 "$bullet" +bullet=`locate ~/ | dmenu -i -l 12 -sb $COLOR0 -nb $COLOR0 -nf $COLOR11 -sf $COLOR3` +rifle -p0 "$bullet" -- cgit v1.2.3-54-g00ecf