Fix sxmo rotate left

lisgd doesnt care about negative rotations. Rotating left is 3 rotation
rights.

Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
Stacy Harper 2021-04-09 11:18:07 +02:00 committed by Maarten van Gompel
parent bf212e1b7b
commit de0697a83c

View file

@ -37,7 +37,7 @@ rotleft() {
sxmo_keyboard.sh close
xrandr -o left
applyptrmatrix 0 -1 1 1 0 0 0 0 1
pidof lisgd && pkill lisgd | sxmo_lisgdstart.sh -o -1 &
pidof lisgd && pkill lisgd | sxmo_lisgdstart.sh -o 3 &
exit 0
}