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
This commit is contained in:
parent
5c1e382505
commit
e20a467976
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue