From a8620075e147ebfd42b8290be8787d624fc1bbbd Mon Sep 17 00:00:00 2001 From: ray Date: Fri, 15 Oct 2021 19:46:49 +0100 Subject: [PATCH] update feh command --- lfrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfrc b/lfrc index f2c1693..27e4d14 100644 --- a/lfrc +++ b/lfrc @@ -37,7 +37,7 @@ map O $mimeopen --ask $f # text files and a file opener for the rest. cmd open ${{ case $(file --mime-type $f -b) in - image/*) feh -FZd --conversion-timeout 2 $fx . &;; + image/*) feh -FZd --conversion-timeout 2 --start-at $f . &;; text/*) $EDITOR $fx;; *) for f in $fx; do setsid $OPENER $f > /dev/null 2> /dev/null & done;; esac