.xinitrc: Added configuration for enabling / disabling screen blanking
[openpandora.oe.git] / recipes / pandora-system / pandora-skel / .xinitrc
index 4a1ea66..ebd0504 100644 (file)
@@ -73,6 +73,9 @@ STOP_SESSION=$(grep $SESSION /etc/pandora/conf/gui.conf | awk -F\; '{print $4}')
 echo $STOP_SESSION > /tmp/gui.stop
 chmod +x /tmp/gui.stop
 
+# Disable screen blanking if uncommented
+# DISPLAY=:0 xset s off
+
 # Starts our session and checks if a new session should be loaded
 # after the old one is quit by simply executing the command that's in /tmp/gui.load