Add a contact menu to manage them

Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
Stacy Harper 2021-03-25 00:28:40 +01:00 committed by Maarten van Gompel
parent f8995ad25c
commit 811ea5bd5d
3 changed files with 101 additions and 0 deletions

View file

@ -15,6 +15,8 @@ export NOTIFDIR="$XDG_DATA_HOME"/sxmo/notifications
export CACHEDIR="$XDG_CACHE_HOME"/sxmo
# shellcheck disable=SC2034
export LOGDIR="$XDG_DATA_HOME"/sxmo/modem
# shellcheck disable=SC2034
export CONTACTFILE="$XDG_CONFIG_HOME/sxmo/contacts.tsv"
command -v "$KEYBOARD" > /dev/null || export KEYBOARD=svkbd-mobile-intl