From: Silvio Rhatto Date: Sun, 22 Aug 2021 21:14:33 +0000 (-0300) Subject: Do not preview DJVU files X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7730b2314dfac64e892d5f8390eb97cbbef4bb4f;p=rhatto%2Fdotfiles%2Franger.git Do not preview DJVU files --- diff --git a/config.dot/ranger/scope.sh.link b/config.dot/ranger/scope.sh.link index 13a25b4..704e921 100755 --- a/config.dot/ranger/scope.sh.link +++ b/config.dot/ranger/scope.sh.link @@ -94,6 +94,11 @@ handle_image() { # convert "${FILE_PATH}" "${IMAGE_CACHE_PATH}" && exit 6 # exit 1;; + # DJVU + image/vnd.djvu) + # Skip processing as it's very intensive + exit 1;; + # Image image/*) local orientation