Merge pull request #1082 from tonijarjour/patch-1

Make sxiv play gifs automatically
This commit is contained in:
Piña Colada 2021-06-27 20:54:42 +05:30 committed by GitHub
commit 15b60a80ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,7 +90,7 @@ elif type ucollage >/dev/null 2>&1; then
elif type sxiv >/dev/null 2>&1; then elif type sxiv >/dev/null 2>&1; then
make_thumbs 0 make_thumbs 0
if [ -f "$target" ]; then if [ -f "$target" ]; then
view_files sxiv >/dev/null 2>&1 & view_files sxiv -a >/dev/null 2>&1 &
elif [ -d "$target" ]; then elif [ -d "$target" ]; then
view_files sxiv -aqt >/dev/null 2>&1 & view_files sxiv -aqt >/dev/null 2>&1 &
fi fi