Full Screen Chrome linux shell script

#!/bin/bash xset -dpms & xset s noblank & xset s off & pkill chrome rm -rf /home/machinename/.config/google-chrome/Default gsettings set org.gnome.desktop.screensaver lock-enabled 'false' xset dpms force on /usr/bin/google-chrome --kiosk --start-maximized "https://www.yoururl.com" --no-default-browser-check --noerrdialogs --no-message-box --disable-desktop-notifications --allow-running-insecure-content --disk-cache-size=0
Shell script for running full screen Chrome on Linux this works well for setting up a machine in kiosk mode.

Additional install: Unclutter to hide the mouse/cursor
sudo apt-get install unclutter

Additional install: Alacarte to easily create a shortcut link to the shell script above.
sudo apt-get install alacarte

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.