diff options
-rwxr-xr-x | config.dot/ranger/scope.sh.link | 5 |
1 files changed, 5 insertions, 0 deletions
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 |