for-pi2 #2
2 changed files with 4 additions and 2 deletions
|
@ -7,8 +7,10 @@
|
||||||
install color emojis:
|
install color emojis:
|
||||||
sudo apt-get install fonts-noto-color-emoji
|
sudo apt-get install fonts-noto-color-emoji
|
||||||
|
|
||||||
|
install xdotool to move the mouse to bottom right (does not work with Bookworm/Wayland)
|
||||||
|
sudo apt-get install xdotool -y
|
||||||
|
|
||||||
run in kiosk mode:
|
run in kiosk mode:
|
||||||
chromium-browser --kiosk index.html
|
chromium-browser --kiosk index.html
|
||||||
chromium-browser --kiosk 'file:///home/ssb/Documents/mastowall/index.html?hashtags=bdk23,netzbegruenung&server=https://gruene.social'
|
|
||||||
|
|
||||||
or use the remote URL instead of index.html
|
or use the remote URL instead of index.html
|
||||||
|
|
|
@ -3,4 +3,4 @@ Type=Application
|
||||||
Name=MastoWall Autostart
|
Name=MastoWall Autostart
|
||||||
Comment=Starten der MastoWall zur BDK23
|
Comment=Starten der MastoWall zur BDK23
|
||||||
NoDisplay=false
|
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…
Reference in a new issue