mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 20:01:27 +00:00
Merge pull request #1082 from tonijarjour/patch-1
Make sxiv play gifs automatically
This commit is contained in:
commit
15b60a80ad
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue