aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/bin
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.local/bin')
-rwxr-xr-xdotfiles/.local/bin/scope2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/scope b/dotfiles/.local/bin/scope
index de380ee..46b01a9 100755
--- a/dotfiles/.local/bin/scope
+++ b/dotfiles/.local/bin/scope
@@ -33,7 +33,7 @@ HIGHLIGHT_STYLE='pablo'
handle_img() {
if [ -n "$w" -a -n "$h" ]; then
- chafa --animate off -s "${w}x${h}" $FILE_PATH | sed 's/#/\n#/g'
+ chafa --polite on --animate off -s "${w}x${h}" $FILE_PATH | sed 's/#/\n#/g'
else
exiftool "${FILE_PATH}"
fi