Increase number of entries menu without scrolling for dmenu sxmo_urlhandler.sh

This commit is contained in:
Miles Alan 2020-05-22 22:57:12 -05:00
parent d7c94016ba
commit e89ec25bd0

View file

@ -37,7 +37,7 @@ COMMAND=$(
curl URL | vis -
wget URL
aria2c URL
" | sed "s/URL/'URL'/g" | sed -e '/^\s*$/d' | sed -e 's/^\s*//' | dmenu -fn Terminus-15 -p "Pipe URL" -c -l 10
" | sed "s/URL/'URL'/g" | sed -e '/^\s*$/d' | sed -e 's/^\s*//' | dmenu -fn Terminus-15 -p "Pipe URL" -c -l 20
)
[[ -z "$COMMAND" ]] && exit 1