Run sxmo_lisgdstart.sh instead of lisgd in sxmo_lock.sh

master
Miles Alan 4 years ago
parent 113f756eb1
commit 5c1e382505
  1. 2
      scripts/core/sxmo_lock.sh

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

Loading…
Cancel
Save