diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-02-02 12:33:03 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2024-02-02 12:33:03 +0300 |
commit | ba2cc306d089364289b08a7f8dce948638f46b6f (patch) | |
tree | dacc2f821fc5999a5d911e13568f8ffbac238e3f | |
parent | 2b49c4e6610bb0edfb6e7b4b8c571532606cf0c6 (diff) | |
download | swayrice-ba2cc306d089364289b08a7f8dce948638f46b6f.tar.gz swayrice-ba2cc306d089364289b08a7f8dce948638f46b6f.zip |
scope: tell chafa to be polite to lf
-rwxr-xr-x | dotfiles/.local/bin/scope | 2 |
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 |