From d3bd2b8fbb03dc773cb348b0a8d18eaa6e9dd00e Mon Sep 17 00:00:00 2001 From: DTB Date: Thu, 31 Aug 2023 15:52:30 -0400 Subject: [PATCH] add in stuff from old phone installation --- trinitystuff/sxmo/profile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/trinitystuff/sxmo/profile b/trinitystuff/sxmo/profile index 212e83e..9791613 100644 --- a/trinitystuff/sxmo/profile +++ b/trinitystuff/sxmo/profile @@ -1 +1,7 @@ -SXMO_BAR_SHOW_BAT_PER=1 +command -v firefox >/dev/null \ + && export BROWSER=firefox +export DEFAULT_COUNTRY=US +command -v sam >/dev/null \ + && export EDITOR='sam -d' +export KEYBOARD_ARGS="-l full,special -o | clickclack -V" +export SXMO_BAR_SHOW_BAT_PER=1