Increase number of entries menu without scrolling for dmenu sxmo_urlhandler.sh
This commit is contained in:
parent
d7c94016ba
commit
e89ec25bd0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue