.xinitrc: Added configuration for enabling / disabling screen blanking
authorMichael Mrozek <EvilDragon@openpandora.de>
Mon, 19 Sep 2011 02:04:22 +0000 (04:04 +0200)
committerMichael Mrozek <EvilDragon@openpandora.de>
Mon, 19 Sep 2011 02:04:22 +0000 (04:04 +0200)
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