diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-10-07 21:15:52 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-10-07 21:15:52 -0300 |
commit | 7925e077e4789b0cd9b3c49c7107e33ec51d35b0 (patch) | |
tree | 95f76b3c988c405caa37b5b97aeafaedadded72c | |
parent | f51f0b4b7d1c644bd496f1e7463eea45fa9ac0a8 (diff) | |
download | ranger-7925e077e4789b0cd9b3c49c7107e33ec51d35b0.tar.gz ranger-7925e077e4789b0cd9b3c49c7107e33ec51d35b0.tar.bz2 |
-rw-r--r-- | config.dot/ranger/rifle.conf.link | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/config.dot/ranger/rifle.conf.link b/config.dot/ranger/rifle.conf.link index 2ed65e9..b5e0c06 100644 --- a/config.dot/ranger/rifle.conf.link +++ b/config.dot/ranger/rifle.conf.link @@ -212,12 +212,17 @@ ext mobi, has koreader, X, flag f = koreader "$@" # This requires zathura-cb # For the supported MIME types, check https://github.com/pwmt/zathura-cb/blob/develop/zathura-cb/plugin.c ext cbr, has zathura, X, flag f = zathura -- "$@" +ext cbr, has mcomix, X, flag f = mcomix -- "$@" ext cbz, has zathura, X, flag f = zathura -- "$@" +ext cbz, has mcomix, X, flag f = mcomix -- "$@" ext cba, has zathura, X, flag f = zathura -- "$@" +ext cba, has mcomix, X, flag f = mcomix -- "$@" ext cbg, has zathura, X, flag f = zathura -- "$@" +ext cbg, has mcomix, X, flag f = mcomix -- "$@" ext cbb, has zathura, X, flag f = zathura -- "$@" +ext cbb, has mcomix, X, flag f = mcomix -- "$@" # Define the editor for non-text files + pager as last action - !mime ^text, !ext xml|csv|tex|py|pl|rb|js|sh|php = ask -label editor, !mime ^text, !ext xml|csv|tex|py|pl|rb|js|sh|php = $EDITOR -- "$@" -label pager, !mime ^text, !ext xml|csv|tex|py|pl|rb|js|sh|php = "$PAGER" -- "$@" + !mime ^text, !ext xml|csv|tex|py|pl|rb|js|sh|php = ask +label editor, !mime ^text, !ext xml|csv|tex|py|pl|rb|js|sh|php = $EDITOR -- "$@" +label pager, !mime ^text, !ext xml|csv|tex|py|pl|rb|js|sh|php = "$PAGER" -- "$@" |