diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-03-19 12:11:19 +0100 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-03-19 12:11:19 +0100 |
commit | ab8266fb6218ceb160db64fe1573708b51273f9c (patch) | |
tree | 8db735f0ffbc0c27413771497d62c6688a672ec4 /.config | |
parent | 4a05f21b62a6d9b91d00140089f4f9841989ceee (diff) |
ranger: switched to ueberzug for image previews
Diffstat (limited to '.config')
-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. |