Fixed Xclient scripts and added some examples (#717)

This commit is contained in:
mattlalumiere
2022-11-18 11:31:41 -05:00
committed by GitHub
parent 6ca35ffab0
commit 6cb18816e2
3 changed files with 60 additions and 1 deletions

View File

@@ -4,7 +4,12 @@
# Keeps the process alive while the server is active
# to mimic default X's behaviour and keep the service happy
./lauch_klipperscreen.sh
if [ -f $PWD/launch_klipperscreen.sh ]; then
exec $PWD/launch_klipperscreen.sh
elif [ ! -f $PWD/launch_klipperscreen.sh ]; then
echo "launch_klipperscreen.sh does not exist"
exit
fi
ret=1
timeout=0