mb-applet-kbd-wrapper.sh 90 Bytes edit raw blame history permalink 1 2 3 4 5 6 7 8 #!/bin/sh # killall matchbox-keyboard if [ ! $? -eq 0 ] then matchbox-keyboard & fi