Browse Source

Fix ranger image preview

nixos
Maxime Wack 4 years ago
parent
commit
c7b2d5ce8f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .config/ranger/rc.conf

+ 2
- 2
.config/ranger/rc.conf View File

@@ -97,7 +97,7 @@ set preview_images true
# * urxvt-full:
# The same as urxvt but utilizing not only the preview pane but the
# whole terminal window.
set preview_images_method kitty
# * kitty:
# Preview images in full color using kitty image protocol.
# Requires python PIL or pillow library.
@@ -106,7 +106,7 @@ set preview_images_method kitty
# while slower, this allows remote previews,
# for example during an ssh session.
# Tmux is unsupported.
set preview_images_method w3m
set preview_images_method kitty

# Delay in seconds before displaying an image with the w3m method.
# Increase it in case of experiencing display corruption.


Loading…
Cancel
Save