Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-07-11 13:11:18 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-07-11 13:11:18 (GMT)
commite899d60349e6697f5d3fd077c114753f97d488f1 (patch)
treeda4302a27f9c79e986035c97316da6f355a640c3 /scripts
parent253ff4075507d7d4d3e858c37915ff3cbbbd6cfa (diff)
Remove debug leftover
Diffstat (limited to 'scripts')
-rw-r--r--scripts/xinitrc12
1 files changed, 2 insertions, 10 deletions
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`