Merge pull request #171 from trinhpham/master
Activate only one view of Desktop
This commit is contained in:
commit
087c91922c
|
@ -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
|
||||
#---------------
|
||||
|
|
Loading…
Reference in a new issue