#!/bin/bash
xset -dpms &
xset s noblank &
xset s off &
pkill chrome &
pkill mplayer
rm -rf /home/scott/.config/google-chrome/Default
gsettings set org.gnome.desktop.screensaver lock-enabled 'false'
xset dpms force on
/usr/bin/google-chrome --kiosk --start-maximized "http://www.yoururl.com" --no-default-browser-check --noerrdialogs --no-message-box --disable-desktop-notifications --allow-running-insecure-content --disk-cache-size=0
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.