summaryrefslogtreecommitdiff
path: root/openembedded/packages/chkhinge26/files/hinge-handler
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/chkhinge26/files/hinge-handler')
-rwxr-xr-xopenembedded/packages/chkhinge26/files/hinge-handler9
1 files changed, 7 insertions, 2 deletions
diff --git a/openembedded/packages/chkhinge26/files/hinge-handler b/openembedded/packages/chkhinge26/files/hinge-handler
index 12d0172e4..d8100e9b2 100755
--- a/openembedded/packages/chkhinge26/files/hinge-handler
+++ b/openembedded/packages/chkhinge26/files/hinge-handler
@@ -21,13 +21,18 @@ fi
if [ $STATE = "0" ]; then
echo "lanscape"
killall mbinputmgr
- xrand -o normal
+# urg mbinputmgr should kill below
+ killall matchbox-keyboard
+ killall matchbox-stroke
+ xrandr -o normal
exit 0
fi
if [ $STATE = "2" ]; then
echo "portrait"
+ xrandr -o left
+# just to be extra safe
+ sleep 1
mbinputmgr &
- xrandr -o left
exit 0
fi \ No newline at end of file