generic-poky/openembedded/packages/xserver-kdrive-common/xserver-kdrive-common/etc/X11/Xinit.d/11zaurus

13 lines
153 B
Bash

#!/bin/sh
if [ -z "`which chkhinge`" ]; then
# probably not a clamshell zaurus
exit 0
fi
chkhinge -e
if [ $? = 12 ]; then
xrandr -o right
fi