05-25-2020, 08:57 AM
(05-25-2020, 07:53 AM)visiblink Wrote: I don't have any trouble selecting the menu items by touch, but I am going to figure out to make them even larger, so that the interface is even more touch friendly.
I was playing around with the config.h for both dwm and dmenu trying to adjust that font size. The only thing I could do to make it work was to edit /usr/bin/sxmo-appmenu.sh on line 186:
Code:
dmenu -idx $DMENUIDX -l 14 -c -fn "Mono-32" -p "$WINNAME"
It works, but not sure I like doing it like this