Dialer menu should be with keyboard (so you can enter number).

Signed-off-by: Stacy Harper <contact@stacyharper.net>
This commit is contained in:
Peter John Hartman (wart) 2021-08-25 08:49:30 -05:00 committed by Stacy Harper
parent b46a347d85
commit a8693545a4
No known key found for this signature in database
GPG key ID: 5BAC92328B7C5D65

View file

@ -85,7 +85,7 @@ readtextmenu() {
printf %b "$icon_cls Close Menu\n$icon_edt Send a Text\n";
sxmo_contacts.sh --texted | xargs -IL echo "L logfile"
)"
PICKED="$(printf %b "$ENTRIES" | dmenu -p Texts -i)" || exit
PICKED="$(printf %b "$ENTRIES" | sxmo_dmenu_with_kb.sh -p "Texts" -i)" || exit
if echo "$PICKED" | grep "Close Menu"; then
exit 1