@@ 115,8 115,9 @@ 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 w3m
# set preview_images_method kitty
+set preview_images_method ueberzug
# Delay in seconds before displaying an image with the w3m method.
# Increase it in case of experiencing display corruption.
@@ 166,7 167,8 @@ set draw_progress_bar_in_status_bar true
# Separators are vertical lines between columns.
# Outline draws a box around all the columns.
# Both combines the two.
-set draw_borders none
+# set draw_borders none
+set draw_borders both
# Display the directory name in tabs?
set dirname_in_tabs false
@@ 183,6 183,7 @@ mime ^image/svg, has display, X, flag f = display -- "$@"
mime ^image, has imv-wayland, X, flag f = rifle_imv.sh -- "$@"
mime ^image, has imv-wayland, X, flag f = imv-wayland -- "$@"
mime ^image, has pqiv, X, flag f = pqiv -- "$@"
+mime ^image, has sxiv, X, flag f = rifle_sxiv.sh -- "$@"
mime ^image, has sxiv, X, flag f = sxiv -- "$@"
mime ^image, has feh, X, flag f = feh -- "$@"
mime ^image, has mirage, X, flag f = mirage -- "$@"