virtual keyboard in autostart and with thumbnail

This commit is contained in:
vollstock
2019-05-24 15:48:50 +00:00
parent 09375c2383
commit 1c324d24f0
3 changed files with 20 additions and 4 deletions
+3 -2
View File
@@ -1,11 +1,12 @@
#!/bin/bash
set -e
cat <<EOT >>
cat <<EOT >> /home/tooloop/.config/openbox/autostart
# Virtual Keyboard
# set keyboard layout"
# https://answers.launchpad.net/onboard/+question/235265
/home/tooloop/.config/onboard-config.sh &
onboard &
EOT
exit 0
exit 0