diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-08-10 16:21:28 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-08-10 16:21:28 -0400 |
| commit | f8f0a7af4e0032e209cbdebaf682dd50e4612863 (patch) | |
| tree | 0db3f189f7a178928542c9da7044dd008104b944 /dashboard.sh | |
| download | RPi-Menu-f8f0a7af4e0032e209cbdebaf682dd50e4612863.tar.gz RPi-Menu-f8f0a7af4e0032e209cbdebaf682dd50e4612863.tar.bz2 RPi-Menu-f8f0a7af4e0032e209cbdebaf682dd50e4612863.zip | |
Inital commit
Diffstat (limited to 'dashboard.sh')
| -rwxr-xr-x | dashboard.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dashboard.sh b/dashboard.sh new file mode 100755 index 0000000..bdf7f81 --- /dev/null +++ b/dashboard.sh @@ -0,0 +1,11 @@ +#!/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 |
