From 7aeb3dc44c94c0aca49e3b7ec60e30ffa1bc8178 Mon Sep 17 00:00:00 2001 From: RedBearAK <64876997+RedBearAK@users.noreply.github.com> Date: Tue, 7 Jul 2020 23:27:00 -0800 Subject: [PATCH] Update xkeysnail_service.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add command to create ~/.config/autostart in case it doesn’t exist. --- xkeysnail_service.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/xkeysnail_service.sh b/xkeysnail_service.sh index 8211037..88224e0 100755 --- a/xkeysnail_service.sh +++ b/xkeysnail_service.sh @@ -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