This commit is contained in:
HonusBot 2021-05-15 23:48:49 +02:00
parent 081ebf02a0
commit ac19fbda21

View File

@ -21,7 +21,7 @@ if [ -x "$(command -v viu)" ]; then
download_url_to_stdin=true
elif [ -x "$(command -v feh)" ]; then
echo "Found feh"
display_command_pipe="xargs --max-args=1 --no-run-if-empty feh"
display_command_pipe="xargs --max-args=1 --no-run-if-empty feh --title \"HonusBot CLI\" --auto-zoom"
display_command_after="true"
download_url_to_stdin=false
fi