aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGravatar Toni Jarjour <39845673+tonijarjour@users.noreply.github.com>2020-09-14 13:01:32 -0400
committerGravatar GitHub <noreply@github.com>2020-09-14 22:31:32 +0530
commit1912cee95787d56d620c6fd3ebf1fe3c9c530c36 (patch)
treefceb1349618e7337aaccddc164fc31696b51a576 /plugins
parent1fc1b8be8b6cd5d43f7443486dc97cce133f9053 (diff)
downloadnnn-1912cee95787d56d620c6fd3ebf1fe3c9c530c36.tar.gz
make sxiv automatically play animations (#731)
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/imgview2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imgview b/plugins/imgview
index afc0d0f..a5fafbf 100755
--- a/plugins/imgview
+++ b/plugins/imgview
@@ -55,7 +55,7 @@ elif which sxiv >/dev/null 2>&1; then
if [ -f "$1" ]; then
view_dir sxiv "$1" >/dev/null 2>&1 &
elif [ -d "$1" ] || [ -h "$1" ]; then
- sxiv -qt "$1" >/dev/null 2>&1 &
+ sxiv -aqt "$1" >/dev/null 2>&1 &
fi
elif which viu >/dev/null 2>&1; then
viu -n "$1" | less -R