]> git.rmz.io Git - dotfiles.git/commitdiff
ranger: open svg files with inkscape
authorSamir Benmendil <samir.benmendil@gmail.com>
Tue, 12 May 2015 20:18:08 +0000 (21:18 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sun, 24 May 2015 16:48:15 +0000 (17:48 +0100)
ranger/rifle.conf

index 79881ca96881d584eef0c2ffc43d9f9d02f76a88..7cf2654443d9e19bb8865669009ec2ed08a40e76 100644 (file)
@@ -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