From 54944e1de53c879b30024ebe5522d70cdf2f068c Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Mon, 19 Nov 2012 12:06:48 +0000 Subject: Allow to choose any resolution in Xephyr --- (limited to 'commands/run') 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 -- cgit v0.9.1