diff options
author | katherine <ageha@airen-no-jikken.icu> | 2019-12-03 17:40:26 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2019-12-03 17:40:26 -0700 |
commit | c8146cebc7085677cc9acc751c410192e3bc0ba1 (patch) | |
tree | 29e824e868a4b5a281e20485f47e29b778dff528 | |
parent | fe3dc8c12f13cc358bdbcc147a19461e818243dc (diff) | |
download | dotfiles-c8146cebc7085677cc9acc751c410192e3bc0ba1.tar.gz |
add inkscape to rifle for svg
-rw-r--r-- | .config/ranger/rifle.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf index a2ef381..166bf1d 100644 --- a/.config/ranger/rifle.conf +++ b/.config/ranger/rifle.conf @@ -103,6 +103,7 @@ mime ^image/svg, has inkscape, X, flag f = inkscape -- "$@" mime ^image, has sxiv, X, flag f = sxiv -a "$@" mime ^image, !ext xcf, has gimp, X, flag f = gimp -- "$@" mime ^image/png, has optipng = optipng -- "$@" +mime ^image, has inkscape, X, flag f = inkscape -- "$@" # archives ext cbr|cbz, has mcomix, X, flag f = mcomix -- "$@" |