Skip to content

Commit

Permalink
Final touches
Browse files Browse the repository at this point in the history
  • Loading branch information
vkottler committed May 17, 2024
1 parent 96389af commit 27f10bc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions scripts/sh/install_raspberrypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 27f10bc

Please sign in to comment.