add 5 seconds sleep before opening mastowll
This commit is contained in:
parent
038546df49
commit
7edce5ab0f
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue