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>
master
Stacy Harper 4 years ago committed by Maarten van Gompel
parent bf212e1b7b
commit de0697a83c
  1. 2
      scripts/core/sxmo_rotate.sh

@ -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
}

Loading…
Cancel
Save