Skip to content

Commit

Permalink
Merge pull request jarun#1239 from tonijarjour/patch-1
Browse files Browse the repository at this point in the history
n/sxiv play gifs automatically from tabbed
  • Loading branch information
jarun authored Nov 15, 2021
2 parents f661839 + 8755a3c commit f3df081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/preview-tabbed
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ previewer_loop () {
;;
image/*)
if type sxiv >/dev/null 2>&1 ; then
sxiv -e "$XID" "$FILE" &
sxiv -ae "$XID" "$FILE" &
elif type nsxiv >/dev/null 2>&1 ; then
nsxiv -e "$XID" "$FILE" &
nsxiv -ae "$XID" "$FILE" &
else
term_nuke "$XID" "$FILE"
fi
Expand Down

0 comments on commit f3df081

Please sign in to comment.