Use correct orientation for gestures after unlock.

Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
tetrakist 2021-03-15 06:07:41 -07:00 committed by Maarten van Gompel
parent 4eb914265d
commit ef76c902b9

View file

@ -9,7 +9,8 @@ if [ -x "$XDG_CONFIG_HOME/sxmo/hooks/lock" ]; then
fi
pkill -9 lisgd
sxmo_screenlock "$@"
sxmo_lisgdstart.sh &
[ $(xrandr | grep DSI-1 | cut -d " " -f 5) == "right" ] && ORIENTATION=1 || ORIENTATION=0
sxmo_lisgdstart.sh -o $ORIENTATION &
if [ -x "$XDG_CONFIG_HOME/sxmo/hooks/unlock" ]; then
"$XDG_CONFIG_HOME/sxmo/hooks/unlock"
fi