diff options
Diffstat (limited to '.config/ranger')
-rw-r--r-- | .config/ranger/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index c2b79b3..2225ab0 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -114,7 +114,7 @@ set preview_images true # Preview images in full color with the external command "ueberzug". # Images are shown by using a child window. # Only for users who run X11 in GNU/Linux. -set preview_images_method w3m +set preview_images_method ueberzug # Delay in seconds before displaying an image with the w3m method. # Increase it in case of experiencing display corruption. |