Fix feh
This commit is contained in:
parent
081ebf02a0
commit
ac19fbda21
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user