16 lines
366 B
Markdown
16 lines
366 B
Markdown
## Additions made by SSB for BDK23
|
|
|
|
# added carousel for posts
|
|
|
|
## Important
|
|
|
|
install color emojis:
|
|
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:
|
|
chromium-browser --kiosk index.html
|
|
|
|
or use the remote URL instead of index.html
|