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
# Rotate screen for portrait mode | |
display_rotate=1 | |
# Disable overscan | |
disable_overscan=1 | |
# 1080p mode | |
hdmi_mode=16 | |
# Enable proper GPU acceleration with VideoCore |
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
@lxpanel --profile LXDE-pi | |
@pcmanfm --desktop --profile LXDE-pi | |
@xscreensaver -no-splash | |
point-rpi | |
unclutter -display :0 -idle 3 -root -noevents | |
@xset s off | |
@xset -dpms | |
@xset s noblank | |
@chromium-browser --kiosk https://www.github.com --start-fullscreen --disable-session-crashed-bubble --incognito |