Run sxmo_lisgdstart.sh instead of lisgd in sxmo_lock.sh
This commit is contained in:
parent
113f756eb1
commit
5c1e382505
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue