Full Screen Chrome linux shell script

1
2
#!/bin/bash
xset -dpms &
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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.