From: Toni Jarjour <39845673+tonijarjour@users.noreply.github.com> Date: Mon, 15 Nov 2021 01:56:32 +0000 (-0500) Subject: n/sxiv play gifs automatically from tabbed X-Git-Tag: v4.4~3^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=8755a3c0cf974cc7aafa2e995a3ac27cc150ab08;p=nnn.git n/sxiv play gifs automatically from tabbed --- diff --git a/plugins/preview-tabbed b/plugins/preview-tabbed index d94e1280..49c0bc97 100755 --- a/plugins/preview-tabbed +++ b/plugins/preview-tabbed @@ -155,9 +155,9 @@ previewer_loop () { ;; image/*) if type sxiv >/dev/null 2>&1 ; then - sxiv -e "$XID" "$FILE" & + sxiv -ae "$XID" "$FILE" & elif type nsxiv >/dev/null 2>&1 ; then - nsxiv -e "$XID" "$FILE" & + nsxiv -ae "$XID" "$FILE" & else term_nuke "$XID" "$FILE" fi