mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-11 21:29:29 +02:00
Merge pull request #733 from frennkie/remove-screensaver
Remove screensaver
This commit is contained in:
commit
6c803d30f9
@ -39,8 +39,10 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
||||
# write new LXDE autostart config
|
||||
sudo mv /etc/xdg/lxsession/LXDE-pi/autostart /etc/xdg/lxsession/LXDE-pi/autostart.bak
|
||||
cat << EOF | sudo tee /etc/xdg/lxsession/LXDE-pi/autostart >/dev/null
|
||||
@xscreensaver -no-splash
|
||||
@unclutter -idle 0
|
||||
@xset s noblank
|
||||
@xset s off
|
||||
@xset -dpms
|
||||
@sh /home/pi/autostart.sh
|
||||
EOF
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user