This commit is contained in:
HonusBot 2021-05-15 23:46:49 +02:00
parent ca65809db7
commit 081ebf02a0
1 changed files with 1 additions and 1 deletions

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="feh"
display_command_pipe="xargs --max-args=1 --no-run-if-empty feh"
display_command_after="true"
download_url_to_stdin=false
fi