diff options
author | toonn <toonn@toonn.io> | 2021-03-27 21:15:26 +0100 |
---|---|---|
committer | toonn <toonn@toonn.io> | 2021-03-27 21:15:26 +0100 |
commit | 82e0a4aad1089e4677040a862145a5f7328c0c86 (patch) | |
tree | cf111420a264afc41962fa85ff1a2fc87e1e7f87 /ranger | |
parent | 5d4b2ce9036380fa769786f748bef5c0c8997ead (diff) | |
parent | 2a9cfdd7074db1480f262c827654a71c1da2d455 (diff) | |
download | ranger-82e0a4aad1089e4677040a862145a5f7328c0c86.tar.gz |
Merge branch 'rifle-comics'
Diffstat (limited to 'ranger')
-rw-r--r-- | ranger/config/rifle.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf index b846d9d4..2178b912 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 -- "$@" |