mirror of
https://github.com/jarun/nnn.git
synced 2024-11-17 16:39:14 +00:00
n/sxiv play gifs automatically from tabbed
This commit is contained in:
parent
f66183937d
commit
8755a3c0cf
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue