Single virtual desktop

This commit is contained in:
Trinh Pham 2019-07-09 18:10:58 +07:00
parent 19e26a086b
commit 168f51471c

View file

@ -158,6 +158,13 @@ ENV DISPLAY=:0 \
VIDEO_PATH=/tmp/video \
LOG_PATH=/var/log/supervisor
#================================================
# openbox configuration
# Update the openbox configuration files to:
# + Use a single virtual desktop to prevent accidentally switching
#================================================
RUN sed -i "s/<number>4<\/number>/<number>1<\/number>/g" /etc/xdg/openbox/rc.xml
#===============
# Expose Ports
#---------------