From 27f10bc0da1f4884ec24e038b5034404ca3106fb Mon Sep 17 00:00:00 2001 From: Vaughn Kottler Date: Fri, 17 May 2024 13:03:06 -0700 Subject: [PATCH] Final touches --- scripts/sh/install_raspberrypi.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/scripts/sh/install_raspberrypi.sh b/scripts/sh/install_raspberrypi.sh index 9eab871..614d30b 100644 --- a/scripts/sh/install_raspberrypi.sh +++ b/scripts/sh/install_raspberrypi.sh @@ -9,7 +9,10 @@ for repo in "${REPOS[@]}"; do clone_third_party_github raspberrypi "$repo" done -PACKAGES+=(i2c-tools matchbox-keyboard wvkbd) +# pick one of the keyboards +PACKAGES+=(i2c-tools wvkbd) -# do on screen keyboard stuff -# sudo cp ./keyboard.xml /usr/share/matchbox-keyboard/keyboard.xml +# https://forums.raspberrypi.com/viewtopic.php?t=358654 +# in file .config/wf-panel-pi.ini ADD the following: +# autohide=true +# autohide_duration=500