diff --git a/honusbot-cli.sh b/honusbot-cli.sh index 7ef5be9..9bf2fdf 100755 --- a/honusbot-cli.sh +++ b/honusbot-cli.sh @@ -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