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
+12
View File
@@ -0,0 +1,12 @@
#!/bin/bash
set -e
# Kill running instance
killall onboard &
# rmeove lines from autostart
sed -i '/onboard/d' /home/tooloop/.config/openbox/autostart
sed -i '/Keyboard/d' /home/tooloop/.config/openbox/autostart
sed -i '/keyboard/d' /home/tooloop/.config/openbox/autostart
exit 0