summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2021-03-27 14:01:21 +0100
committertoonn <toonn@toonn.io>2021-03-27 14:02:51 +0100
commit7b5b7ed6dadb432fcca9ca909de7a0939cbff045 (patch)
tree323d6b8bcdf4ad1829090ddaf5a6bf0a37b72afa
parent5d4b2ce9036380fa769786f748bef5c0c8997ead (diff)
rifle: Add mcomix and qcomicbook
Fixes #2292
-rw-r--r--ranger/config/rifle.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf
index b846d9d4..d17edb2e 100644
--- a/ranger/config/rifle.conf
+++ b/ranger/config/rifle.conf
@@ -175,8 +175,9 @@ ext epub, has zathura, X, flag f = zathura -- "$@"
ext epub, has mupdf, X, flag f = mupdf -- "$@"
ext mobi, has ebook-viewer, X, flag f = ebook-viewer -- "$@"
-ext cbr, has zathura, X, flag f = zathura -- "$@"
-ext cbz, has zathura, X, flag f = zathura -- "$@"
+ext cb[rz], has qcomicbook, X, flag f = qcomicbook -- "$@"
+ext cb[rz], has mcomix, X, flag f = mcomix -- "$@"
+ext cb[rz], has zathura, X, flag f = zathura -- "$@"
ext sla, has scribus, X, flag f = scribus -- "$@"
@@ -198,6 +199,7 @@ mime ^image, has nomacs, X, flag f = nomacs -- "$@"
mime ^image, has geeqie, X, flag f = geeqie -- "$@"
mime ^image, has gpicview, X, flag f = gpicview -- "$@"
mime ^image, has gwenview, X, flag f = gwenview -- "$@"
+mime ^image, has mcomix, X, flag f = mcomix -- "$@"
mime ^image, has gimp, X, flag f = gimp -- "$@"
mime ^image, has krita, X, flag f = krita -- "$@"
ext kra, has krita, X, flag f = krita -- "$@"