]> Sergey Matveev's repositories - nnn.git/commitdiff
Make sxiv play gifs automatically
authorToni Jarjour <39845673+tonijarjour@users.noreply.github.com>
Sun, 27 Jun 2021 15:11:39 +0000 (11:11 -0400)
committerGitHub <noreply@github.com>
Sun, 27 Jun 2021 15:11:39 +0000 (11:11 -0400)
plugins/imgview

index 2254f51811ce2a0b944e2be2a3a585abafeef31f..1b7b9761f20e51370ac010f4e8056ba0e8fc747b 100755 (executable)
@@ -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