X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-skel%2F.xinitrc;fp=recipes%2Fpandora-system%2Fpandora-skel%2F.xinitrc;h=ebd05042ab1a8e7af3286820ae734471140544b7;hb=1932141e06a97b35bbfd86b5506da372726f06dd;hp=4a1ea6659400787fa8aa6e6064397f4de21b4f8a;hpb=14068420511afc0a211b59060f82c1ccf2352cc0;p=openpandora.oe.git 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