diff --git a/scripts/core/sxmo_lock.sh b/scripts/core/sxmo_lock.sh index 4490f1c..e4cd822 100755 --- a/scripts/core/sxmo_lock.sh +++ b/scripts/core/sxmo_lock.sh @@ -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