Skip to content

Instantly share code, notes, and snippets.

@ctrlaltdylan
Last active April 7, 2016 20:05
Show Gist options
  • Save ctrlaltdylan/eab0f1afa52e3623e57a645cec3fab7c to your computer and use it in GitHub Desktop.
Save ctrlaltdylan/eab0f1afa52e3623e57a645cec3fab7c to your computer and use it in GitHub Desktop.
Raspberry Pi autostart for kiosk mode
#turn off the screen saver
@xset s off
@xset -dpms
@xset s noblank
#activate unclutter to hide mouse cursor
unclutter -idle 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment