Allow configure XDISPLAY in xephyr script (#1311)

master
Andrius Semionovas 2019-04-24 19:46:58 +03:00 committed by Guillaume Gelin
parent 20c31a6887
commit 29f4006964
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
HERE=$(dirname $(readlink -f $0))
SCREEN_SIZE=${SCREEN_SIZE:-800x600}
XDISPLAY=:1
XDISPLAY=${XDISPLAY:-:1}
LOG_LEVEL=${LOG_LEVEL:-INFO}
if [[ -z PYTHON ]]; then
PYTHON=python