From e899d60349e6697f5d3fd077c114753f97d488f1 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Wed, 11 Jul 2012 13:11:18 +0000 Subject: Remove debug leftover --- (limited to 'scripts') diff --git a/scripts/xinitrc b/scripts/xinitrc index 078d52b..fd85440 100644 --- a/scripts/xinitrc +++ b/scripts/xinitrc @@ -11,8 +11,6 @@ if [ -f $ROOT_DIR/config ]; then source $ROOT_DIR/config fi -echo $OUTPUT - # Sugar doesn't handle multiple outputs properly. To avoid issues we keep the # first output in the list returned by xrandr and turn off everything else. @@ -30,14 +28,8 @@ do fi done -if [ ! -z $RESOLUTION ]; then - xrandr -s $RESOLUTION -fi - -if [ -z $SUGAR_SESSION ]; then - export SUGAR_SESSION=yes -else - export SUGAR_PROFILE=development +if [ ! -z $PROFILE ]; then + export SUGAR_PROFILE=$PROFILE fi eval `ssh-agent -s` -- cgit v0.9.1