Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcommands/run4
1 files changed, 4 insertions, 0 deletions
diff --git a/commands/run b/commands/run
index 1b5f3a8..2dfa085 100755
--- a/commands/run
+++ b/commands/run
@@ -36,5 +36,9 @@ else
xephyr_options="$xephyr_options -fullscreen"
fi
+ if [ ! -z $RESOLUTION ]; then
+ xephyr_options="$xephyr_options -screen $RESOLUTION"
+ fi
+
xinit $helpersdir/xinitrc -- /usr/bin/Xephyr $display $xephyr_options
fi