From 1932141e06a97b35bbfd86b5506da372726f06dd Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Mon, 19 Sep 2011 04:04:22 +0200 Subject: [PATCH] .xinitrc: Added configuration for enabling / disabling screen blanking --- recipes/pandora-system/pandora-skel/.xinitrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/pandora-system/pandora-skel/.xinitrc b/recipes/pandora-system/pandora-skel/.xinitrc index 4a1ea66..ebd0504 100644 --- a/recipes/pandora-system/pandora-skel/.xinitrc +++ b/recipes/pandora-system/pandora-skel/.xinitrc @@ -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 -- 2.39.5