Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/xinitrc
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-07-05 10:33:54 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-07-05 10:33:54 (GMT)
commite07c3badb8b0defa388e43062f1170b25a4762b0 (patch)
treed2c96bf2d92799dca7bce4dac2285010e2a3df66 /scripts/xinitrc
parent91e84fa1b4746fae7f4f28b0f4f39734d180f6f8 (diff)
Correct RESOLUTION check
Diffstat (limited to 'scripts/xinitrc')
-rw-r--r--scripts/xinitrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xinitrc b/scripts/xinitrc
index 1421396..241876c 100644
--- a/scripts/xinitrc
+++ b/scripts/xinitrc
@@ -30,7 +30,7 @@ do
fi
done
-if [ -n $RESOLUTION ]; then
+if [ ! -z $RESOLUTION ]; then
xrandr -s $RESOLUTION
fi