From e20a467976b92fff8ecbc0bb53b75cd8f3dedf31 Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Sun, 26 Jul 2020 11:22:59 -0500 Subject: [PATCH] Bump up sxmo_appmenu.sh to allow 16 entries To allow surf to show all entries in one page.. this is the max we can allow without running into keyboard --- scripts/core/sxmo_appmenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_appmenu.sh b/scripts/core/sxmo_appmenu.sh index 6c6f36b..639e912 100755 --- a/scripts/core/sxmo_appmenu.sh +++ b/scripts/core/sxmo_appmenu.sh @@ -380,7 +380,7 @@ mainloop() { getprogchoices "$ARGS" echo "$PROGCHOICES" | cut -d'^' -f1 | - dmenu -idx "$DMENUIDX" -l 14 -c -fn "Terminus-30" -p "$WINNAME" | ( + dmenu -idx "$DMENUIDX" -l 16 -c -fn "Terminus-30" -p "$WINNAME" | ( PICKED="$(cat)" echo "$PICKED" | grep . || quit LOOP="$(echo "$PROGCHOICES" | grep -m1 -F "$PICKED" | cut -d '^' -f2)"