diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-02-26 12:38:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-02-26 12:38:44 -0300 |
commit | 2a58229817d437f80f07727b413440e6266e880a (patch) | |
tree | 83073c0397c23e3a948bdd40a226918810af034b | |
parent | 93a56193a9bf5b3d5c1a4e7e5eacc96622f8849b (diff) | |
download | ranger-2a58229817d437f80f07727b413440e6266e880a.tar.gz ranger-2a58229817d437f80f07727b413440e6266e880a.tar.bz2 |
Adds zathura as a djvu interpreter
-rw-r--r-- | config.dot/ranger/rifle.conf.link | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config.dot/ranger/rifle.conf.link b/config.dot/ranger/rifle.conf.link index 8636de9..c45c3b9 100644 --- a/config.dot/ranger/rifle.conf.link +++ b/config.dot/ranger/rifle.conf.link @@ -155,8 +155,9 @@ ext pptx?|od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has libreoffice, X, f ext pptx?|od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has soffice, X, flag f = soffice "$@" ext pptx?|od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has ooffice, X, flag f = ooffice "$@" -ext djvu, has evince, X, flag f = evince -- "$@" -ext djvu, has atril, X, flag f = atril -- "$@" +ext djvu, has zathura, X, flag f = zathura -- "$@" +ext djvu, has evince, X, flag f = evince -- "$@" +ext djvu, has atril, X, flag f = atril -- "$@" #------------------------------------------- # Image Viewing: |