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:
parent
bf212e1b7b
commit
de0697a83c
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ rotleft() {
|
||||||
sxmo_keyboard.sh close
|
sxmo_keyboard.sh close
|
||||||
xrandr -o left
|
xrandr -o left
|
||||||
applyptrmatrix 0 -1 1 1 0 0 0 0 1
|
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
|
exit 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue