Update xkeysnail_service.sh

Add command to create ~/.config/autostart in case it doesn’t exist.
This commit is contained in:
RedBearAK
2020-07-07 23:27:00 -08:00
committed by GitHub
parent 6968e08f2f
commit 7aeb3dc44c

View File

@@ -234,6 +234,7 @@ if [[ $1 == "1" || $1 == "2" || $1 == "3" || $1 == "winmac" || $1 == "mac" || $1
chmod +x ~/.kde/Autostart/kintohost.sh
# KDE startup - xhost fix
mkdir -p ~/.config/autostart
yes | cp -rf ./xkeysnail-config/xkeysnail.desktop ~/.config/autostart/xkeysnail.desktop
yes | cp -rf ./xkeysnail-config/xkeystart.sh ~/.config/kinto/xkeystart.sh