Single virtual desktop
This commit is contained in:
parent
19e26a086b
commit
168f51471c
|
@ -158,6 +158,13 @@ ENV DISPLAY=:0 \
|
||||||
VIDEO_PATH=/tmp/video \
|
VIDEO_PATH=/tmp/video \
|
||||||
LOG_PATH=/var/log/supervisor
|
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
|
# Expose Ports
|
||||||
#---------------
|
#---------------
|
||||||
|
|
Loading…
Reference in a new issue