From: Toni Jarjour <39845673+tonijarjour@users.noreply.github.com> Date: Sun, 27 Jun 2021 15:11:39 +0000 (-0400) Subject: Make sxiv play gifs automatically X-Git-Tag: v4.2~48^2 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=1607200a7552156f2627e1e803f9b8efdb422e34;p=nnn.git Make sxiv play gifs automatically --- diff --git a/plugins/imgview b/plugins/imgview index 2254f518..1b7b9761 100755 --- a/plugins/imgview +++ b/plugins/imgview @@ -90,7 +90,7 @@ elif type ucollage >/dev/null 2>&1; then elif type sxiv >/dev/null 2>&1; then make_thumbs 0 if [ -f "$target" ]; then - view_files sxiv >/dev/null 2>&1 & + view_files sxiv -a >/dev/null 2>&1 & elif [ -d "$target" ]; then view_files sxiv -aqt >/dev/null 2>&1 & fi