summaryrefslogtreecommitdiff
path: root/rifle.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rifle.conf')
-rwxr-xr-xrifle.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/rifle.conf b/rifle.conf
index 1514002..741af85 100755
--- a/rifle.conf
+++ b/rifle.conf
@@ -163,10 +163,10 @@ ext pdf, has okular, X, flag f = okular -- "$@"
ext pdf, has qpdfview, X, flag f = qpdfview "$@"
+ext epub, has okular, X, flag f = okular -- "$@"
ext epub, has foliate, X, flag f = foliate "$@"
ext epub, has mupdf, X, flag f = mupdf "$@"
ext epub, has zathura, X, flag f = zathura -- "$@"
-ext pdf, has okular, X, flag f = okular -- "$@"
ext docx?, has catdoc, terminal = catdoc -- "$@" | "$PAGER"
@@ -200,10 +200,13 @@ mime ^image/svg, has inkscape, X, flag f = inkscape -- "$@"
mime ^image/svg, has display, X, flag f = display -- "$@"
# Fallback
+mime ^image, has qimgv, X, flag f = qimgv -- "$@"
+mime ^image, has nomacs, X, flag f = nomacs -- "$@"
+mime ^image, has vimiv, X, flag f = vimiv -- "$@"
+mime ^image, has gpicview, X, flag f = gpicview -- "$@"
mime ^image, has eog, X, flag f = eog -- "$@"
mime ^image, has eom, X, flag f = eom -- "$@"
mime ^image, has ristretto, X, flag f = ristretto "$@"
-mime ^image, has mirage, X, flag f = mirage -- "$@"
mime ^image, has sxiv, X, flag f = sxiv -- "$@"
mime ^image, has feh, X, flag f = feh -- "$@"
mime ^image, has gimp, X, flag f = gimp -- "$@"