mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-28 04:51:38 +02:00
virtual keyboard in autostart and with thumbnail
This commit is contained in:
Executable
+12
@@ -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
|
||||
Reference in New Issue
Block a user