From e5d0680b1f1b65e7f1aabd32e019c5059a795523 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Fri, 27 Feb 2026 18:02:16 -0500 Subject: [PATCH] u --- dots/bin/imgPreviewer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/bin/imgPreviewer.sh b/dots/bin/imgPreviewer.sh index bc67411..a14faec 100755 --- a/dots/bin/imgPreviewer.sh +++ b/dots/bin/imgPreviewer.sh @@ -3,8 +3,8 @@ file="$1" case "$file" in *.png|*.jpg|*.jpeg|*.gif|*.bmp|*.tiff|*.webp) # 260227: img2sixel is (currently) not supported by kitty - # img2sixel -w "$(tput cols)" "$file" - kitty +kitten icat "$file" + img2sixel -w "$(tput cols)" "$file" + #kitty +kitten icat "$file" ;; *) echo "Unsupported image format"