Skip to content

Instantly share code, notes, and snippets.

@moritzmhmk
Last active September 2, 2019 17:29
Show Gist options
  • Save moritzmhmk/47dcd081edd8d04c27a210bb5b3df080 to your computer and use it in GitHub Desktop.
Save moritzmhmk/47dcd081edd8d04c27a210bb5b3df080 to your computer and use it in GitHub Desktop.

run.sh

#!/bin/bash
xset s off &
xset -dpms &
xset s noblank &
unclutter &
chromium-browser\
 --window-position=0,0\
 --window-size=$(cat /sys/class/graphics/fb0/virtual_size)\
 --no-default-browser-check\
 --disable-features=TranslateUI\
 --kiosk http://app.192.168.1.229.xip.io/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment