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:
parent
f8995ad25c
commit
811ea5bd5d
3 changed files with 101 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue