From 7730b2314dfac64e892d5f8390eb97cbbef4bb4f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 22 Aug 2021 18:14:33 -0300 Subject: Do not preview DJVU files --- config.dot/ranger/scope.sh.link | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3