]> Sergey Matveev's repositories - nnn.git/commitdiff
make sxiv automatically play animations (#731)
authorToni Jarjour <39845673+tonijarjour@users.noreply.github.com>
Mon, 14 Sep 2020 17:01:32 +0000 (13:01 -0400)
committerGitHub <noreply@github.com>
Mon, 14 Sep 2020 17:01:32 +0000 (22:31 +0530)
plugins/imgview

index afc0d0feacb5922f1fafbc42ee4945c997dcca86..a5fafbf5784cec79e013561fb283ca778a971c5e 100755 (executable)
@@ -55,7 +55,7 @@ elif which sxiv >/dev/null 2>&1; then
     if [ -f "$1" ]; then
         view_dir sxiv "$1" >/dev/null 2>&1 &
     elif [ -d "$1" ] || [ -h "$1" ]; then
-        sxiv -qt "$1" >/dev/null 2>&1 &
+        sxiv -aqt "$1" >/dev/null 2>&1 &
     fi
 elif which viu >/dev/null 2>&1; then
     viu -n "$1" | less -R