From 1607200a7552156f2627e1e803f9b8efdb422e34 Mon Sep 17 00:00:00 2001 From: Toni Jarjour <39845673+tonijarjour@users.noreply.github.com> Date: Sun, 27 Jun 2021 11:11:39 -0400 Subject: [PATCH] Make sxiv play gifs automatically --- plugins/imgview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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