mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +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/*)
|
image/*)
|
||||||
if type sxiv >/dev/null 2>&1 ; then
|
if type sxiv >/dev/null 2>&1 ; then
|
||||||
sxiv -e "$XID" "$FILE" &
|
sxiv -ae "$XID" "$FILE" &
|
||||||
elif type nsxiv >/dev/null 2>&1 ; then
|
elif type nsxiv >/dev/null 2>&1 ; then
|
||||||
nsxiv -e "$XID" "$FILE" &
|
nsxiv -ae "$XID" "$FILE" &
|
||||||
else
|
else
|
||||||
term_nuke "$XID" "$FILE"
|
term_nuke "$XID" "$FILE"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue