diff --git a/scripts/core/sxmo_xinit.sh b/scripts/core/sxmo_xinit.sh index c6ffb3f..b1c5905 100755 --- a/scripts/core/sxmo_xinit.sh +++ b/scripts/core/sxmo_xinit.sh @@ -5,7 +5,7 @@ envvars() { [ -f /etc/profile ] && . /etc/profile # shellcheck source=/dev/null [ -f "$HOME"/.profile ] && . "$HOME"/.profile - command -v "$TERM" || export TERM=st + command -v "$TERMCMD" || export TERMCMD=st command -v "$BROWSER" || export BROWSER=surf command -v "$EDITOR" || export EDITOR=vis command -v "$KEYBOARD" || defaultkeyboard