Last active
June 11, 2018 14:23
-
-
Save hpop/5a1654d5101ef254e87c53d84691c316 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
echo "@xset s 0 0" >> /etc/xdg/lxsession/LXDE-pi/autostart | |
echo "@xset s noblank" >> /etc/xdg/lxsession/LXDE-pi/autostart | |
echo "@xset s noexpose" >> /etc/xdg/lxsession/LXDE-pi/autostart | |
echo "@xset dpms 0 0 0" >> /etc/xdg/lxsession/LXDE-pi/autostart | |
echo "consoleblank=0" >> /boot/cmdline.txt | |
echo "@chromium-browser --no-first-run --no-default-browser-check --disable-session-crashed-bubble --disable-infobars --kiosk https://kickertool.de/display" >> /etc/xdg/lxsession/LXDE-pi/autostart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment