From f8f0a7af4e0032e209cbdebaf682dd50e4612863 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 10 Aug 2020 16:21:28 -0400 Subject: Inital commit --- dashboard.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 dashboard.sh (limited to 'dashboard.sh') 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 -- cgit v1.2.3