From 0c5dc302078cee6e01ca3c2ae308a4bcfc930bf7 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Tue, 12 May 2015 21:18:08 +0100 Subject: [PATCH] ranger: open svg files with inkscape --- ranger/rifle.conf | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/ranger/rifle.conf b/ranger/rifle.conf index 79881ca..7cf2654 100644 --- a/ranger/rifle.conf +++ b/ranger/rifle.conf @@ -130,12 +130,13 @@ mime ^video, terminal, !X, has mplayer = mplayer -- "$@" #------------------------------------------- # Image Viewing: #------------------------------------------- -mime ^image, has eog, X, flag f = eog -- "$@" -mime ^image, has sxiv, X, flag f = sxiv -- "$@" -mime ^image, has feh, X, flag f = feh -- "$@" -mime ^image, has mirage, X, flag f = mirage -- "$@" -mime ^image, has gimp, X, flag f = gimp -- "$@" -ext xcf, X, flag f = gimp -- "$@" +ext svg, has inkscape, X, flag f = inkscape -- "$@" +mime ^image, has eog, X, flag f = eog -- "$@" +mime ^image, has sxiv, X, flag f = sxiv -- "$@" +mime ^image, has feh, X, flag f = feh -- "$@" +mime ^image, has mirage, X, flag f = mirage -- "$@" +mime ^image, has gimp, X, flag f = gimp -- "$@" +ext xcf, has gimp, X, flag f = gimp -- "$@" #------------------------------------------- # Documents -- 2.48.1