mirror of
https://github.com/alee14-projects/RPi-Menu.git
synced 2025-01-22 09:02:03 -05:00
11 lines
372 B
Bash
Executable file
11 lines
372 B
Bash
Executable file
#!/bin/bash
|
|
xset s noblank
|
|
xset s off
|
|
xset -dpms
|
|
|
|
unclutter -idle 0.5 -root &
|
|
|
|
sed -i 's/"exited_cleanly":false/"exited_cleanly":true/' /home/pi/.config/chromium/Default/Preferences
|
|
sed -i 's/"exit_type":"Crashed"/"exit_type":"Normal"/' /home/pi/.config/chromium/Default/Preferences
|
|
|
|
/usr/bin/chromium-browser --noerrdialogs --disable-infobars --kiosk https://youtube.com
|