From 8755a3c0cf974cc7aafa2e995a3ac27cc150ab08 Mon Sep 17 00:00:00 2001 From: Toni Jarjour <39845673+tonijarjour@users.noreply.github.com> Date: Sun, 14 Nov 2021 20:56:32 -0500 Subject: [PATCH] n/sxiv play gifs automatically from tabbed --- plugins/preview-tabbed | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.48.1