Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-19 12:06:48 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-19 12:06:48 (GMT)
commit54944e1de53c879b30024ebe5522d70cdf2f068c (patch)
tree1d1d4c889e9aa0e242636c2e1ce0be79b6bc5e22 /commands
parent4da410c1d7619aeecfe9093405cb6c03804ec9af (diff)
Allow to choose any resolution in Xephyr
Diffstat (limited to 'commands')
-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