diff options
Diffstat (limited to 'Window_Manager/ratpoison/spotlight')
-rwxr-xr-x | Window_Manager/ratpoison/spotlight | 4 |
1 files changed, 2 insertions, 2 deletions
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" |