From 5c1e38250556204f5b592f782e387544753b4ac3 Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Sun, 26 Jul 2020 10:34:39 -0500 Subject: [PATCH] Run sxmo_lisgdstart.sh instead of lisgd in sxmo_lock.sh --- scripts/core/sxmo_lock.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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