move mouse to bottom right on startup
This commit is contained in:
parent
65d9454666
commit
038546df49
2 changed files with 4 additions and 2 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 && chromium-browser --kiosk index.html'
|
||||
Exec=sh -c 'cd /home/ssb/Documents/mastowall && xdotool mousemove 1920 1080 && chromium-browser --kiosk index.html'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue