Add vimiv for image preview in ranger when available

This commit is contained in:
Talia 2020-05-26 19:01:13 +02:00
parent f3835f3a38
commit 8f98230bdd
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ ext djvu, has atril, X, flag f = atril -- "$@"
#------------------------------------------- #-------------------------------------------
# Image Viewing: # Image Viewing:
#------------------------------------------- #-------------------------------------------
mime ^image/*, has vimiv, flag f = vimiv "$@"
mime ^image/svg, has inkscape, X, flag f = inkscape -- "$@" mime ^image/svg, has inkscape, X, flag f = inkscape -- "$@"
mime ^image/svg, has display, X, flag f = display -- "$@" mime ^image/svg, has display, X, flag f = display -- "$@"