Use correct orientation for gestures after unlock.
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
4eb914265d
commit
ef76c902b9
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue