aboutsummaryrefslogtreecommitdiffstats
path: root/.config/ranger
diff options
context:
space:
mode:
authorkatherine <ageha@airen-no-jikken.icu>2020-06-05 13:03:32 -0700
committerkatherine <ageha@airen-no-jikken.icu>2020-06-05 13:03:32 -0700
commit289e38022fe0d333844009c10287643cb0af009f (patch)
treea49193fb35b1e988725b4a211ef1b64f28a9663d /.config/ranger
parent1e61c314f4585e683ef792e2525bf4f7d69bf3b6 (diff)
downloaddotfiles-289e38022fe0d333844009c10287643cb0af009f.tar.gz
add krita to programs
Diffstat (limited to '.config/ranger')
-rw-r--r--.config/ranger/rifle.conf10
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 -- "$@"