Run sxmo_lisgdstart.sh instead of lisgd in sxmo_lock.sh

This commit is contained in:
Miles Alan 2020-07-26 10:34:39 -05:00
parent 113f756eb1
commit 5c1e382505

View file

@ -4,7 +4,7 @@ if [ -x "$XDG_CONFIG_HOME/sxmo/hooks/lock" ]; then
fi
pkill -9 lisgd
sxmo_screenlock "$@"
lisgd &
sxmo_lisgdstart.sh &
if [ -x "$XDG_CONFIG_HOME/sxmo/hooks/unlock" ]; then
"$XDG_CONFIG_HOME/sxmo/hooks/unlock"
fi