summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fzf-preview.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fzf-preview.sh b/bin/fzf-preview.sh
index 13beef8f..dd017848 100755
--- a/bin/fzf-preview.sh
+++ b/bin/fzf-preview.sh
@@ -57,7 +57,7 @@ if [[ $KITTY_WINDOW_ID ]]; then
# 2. Use chafa with Sixel output
elif command -v chafa > /dev/null; then
- chafa -f sixel -s "$dim" "$file"
+ chafa -s "$dim" "$file"
# Add a new line character so that fzf can display multiple images in the preview window
echo