Skip to content

Instantly share code, notes, and snippets.

@omar-yassin
Created January 24, 2019 15:07
Show Gist options
  • Save omar-yassin/1ea5f7a9d6a0fd0079f230deb8e1eec6 to your computer and use it in GitHub Desktop.
Save omar-yassin/1ea5f7a9d6a0fd0079f230deb8e1eec6 to your computer and use it in GitHub Desktop.
raspbian chromium notepad
DISPLAY=:0 chromium-browser --noerrdialogs --kiosk \
'https://d' \
'https://b' \
'https://a'
DISPLAY=:0 xset s off # don't activate screensaver
DISPLAY=:0 xset -dpms # disable DPMS (Energy Star) features.
DISPLAY=:0 xset s noblank # don't blank the video device
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment