Made choice for virtual keyboard configurable through the $KEYBOARD environment variable.

This implements what was suggested in the discussion regarding the svkbd
patch, it makes the choice of virtual keyboard configurable using the
$KEYBOARD variable, rather than hard-coding it.
This commit is contained in:
Maarten van Gompel 2020-07-25 17:12:20 +02:00 committed by Miles Alan
parent 293bf69871
commit ace9960926
9 changed files with 21 additions and 20 deletions

View file

@ -6,6 +6,7 @@ envvars() {
command -v "$TERM" || export TERM=st
command -v "$BROWSER" || export BROWSER=surf
command -v "$EDITOR" || export EDITOR=vis
command -v "$KEYBOARD" || export KEYBOARD=svkbd-sxmo
[ -z "$MOZ_USE_XINPUT2" ] && export MOZ_USE_XINPUT2=1
[ -z "$XDG_CONFIG_HOME" ] && export XDG_CONFIG_HOME=~/.config
[ -z "$XDG_CACHE_HOME" ] && export XDG_CACHE_HOME=~/.cache