diff options
author | Carlo Abelli <carlo.abelli@gmail.com> | 2019-01-29 16:00:20 -0500 |
---|---|---|
committer | Carlo Abelli <carlo.abelli@gmail.com> | 2019-01-29 16:00:20 -0500 |
commit | 8c5f5d2dea562066b2c5605f8517635aa1542f2e (patch) | |
tree | 05a2b8fa0b89181b707c303b8c5cb90497f92384 | |
parent | 66f0a4622620f4ccccf54effd77880a3d9e0d43a (diff) | |
download | ranger-8c5f5d2dea562066b2c5605f8517635aa1542f2e.tar.gz |
add imv to rifle.conf
-rw-r--r-- | ranger/config/rifle.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf index 4f2f2cf2..fb9b70f0 100644 --- a/ranger/config/rifle.conf +++ b/ranger/config/rifle.conf @@ -175,6 +175,7 @@ ext mobi, has ebook-viewer, X, flag f = ebook-viewer -- "$@" mime ^image/svg, has inkscape, X, flag f = inkscape -- "$@" 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 -- "$@" |