add 5 seconds sleep before opening mastowll

This commit is contained in:
Stefan Schmidt-Bilkenroth 2023-11-18 20:53:58 +01:00
parent 038546df49
commit 7edce5ab0f

View file

@ -3,4 +3,4 @@ Type=Application
Name=MastoWall Autostart
Comment=Starten der MastoWall zur BDK23
NoDisplay=false
Exec=sh -c 'cd /home/ssb/Documents/mastowall && xdotool mousemove 1920 1080 && chromium-browser --kiosk index.html'
Exec=sh -c 'cd /home/ssb/Documents/mastowall && xdotool mousemove 1920 1080 && sleep 5 && chromium-browser --kiosk index.html'