Make sxiv play gifs automatically

This commit is contained in:
Toni Jarjour 2021-06-27 11:11:39 -04:00 committed by GitHub
parent 63ef6d7340
commit 1607200a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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