Browse Source

make sxiv automatically play animations (#731)

master
Toni Jarjour GitHub 4 years ago
parent
commit
1912cee957
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/imgview

+ 1
- 1
plugins/imgview View File

@@ -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


Loading…
Cancel
Save