about summary refs log tree commit diff stats
path: root/ranger
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2020-01-24 18:55:08 +0100
committertoonn <toonn@toonn.io>2020-01-24 18:56:26 +0100
commit88388ab2b5f63ef5d609550b7c78423b20a1067c (patch)
treec710bdcc8dea03764d94f20fdac9e3c4e382928b /ranger
parent3965e3eeafac8ce44670cfdc25ccc7b5997a3366 (diff)
downloadranger-88388ab2b5f63ef5d609550b7c78423b20a1067c.tar.gz
Feh does not handle animated gifs gracefully
Fixes #1814
Diffstat (limited to 'ranger')
-rw-r--r--ranger/config/rifle.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf
index 86f53fd1..0c821a37 100644
--- a/ranger/config/rifle.conf
+++ b/ranger/config/rifle.conf
@@ -183,7 +183,7 @@ mime ^image/svg, has display,  X, flag f = display -- "$@"
 mime ^image, has imv,       X, flag f = imv -- "$@"
 mime ^image, has pqiv,      X, flag f = pqiv -- "$@"
 mime ^image, has sxiv,      X, flag f = sxiv -- "$@"
-mime ^image, has feh,       X, flag f = feh -- "$@"
+mime ^image, has feh,       X, flag f, !ext gif = feh -- "$@"
 mime ^image, has mirage,    X, flag f = mirage -- "$@"
 mime ^image, has ristretto, X, flag f = ristretto "$@"
 mime ^image, has eog,       X, flag f = eog -- "$@"