From: Samir Benmendil Date: Tue, 12 May 2015 20:18:08 +0000 (+0100) Subject: ranger: open svg files with inkscape X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/0c5dc302078cee6e01ca3c2ae308a4bcfc930bf7?ds=inline ranger: open svg files with inkscape --- 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