Xfce: completely disable screensaving (#674410)

This commit is contained in:
Christoph Wickert 2011-02-02 22:46:03 +01:00
parent ac4bd049b0
commit e81373e7ac
1 changed files with 3 additions and 1 deletions

View File

@ -194,7 +194,9 @@ FOE
# disable screensaver locking
cat >> /home/liveuser/.xscreensaver << FOE
lock: False
mode: off
lock: False
dpmsEnabled: False
FOE
# set up timed auto-login for after 60 seconds
cat >> /etc/gdm/custom.conf << FOE