diff options
Diffstat (limited to '.config/ranger')
-rw-r--r-- | .config/ranger/rifle.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf index ecef278..44f7032 100644 --- a/.config/ranger/rifle.conf +++ b/.config/ranger/rifle.conf @@ -102,10 +102,12 @@ ext sla, has scribus, X, flag f = scribus "$@" # images -ext xcf, has gimp, X, flag f = gimp -- "$@" -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 -- "$@" +ext xcf, has gimp, X, flag f = gimp -- "$@" +ext kra, has krita, X, flag f = krita -- "$@" +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, !ext kra, has krita, X, flag f = krita -- "$@" mime ^image/png, has optipng = optipng -- "$@" mime ^image, has inkscape, X, flag f = inkscape -- "$@" |