Merge pull request #20 from devindice/Reverting-Changes

Revert "Merge pull request #18 from devindice/Reverting-Changes"
This commit is contained in:
Devin Dice 2022-08-24 15:54:30 -04:00 committed by GitHub
commit e3c17c76fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,9 +18,9 @@ stderr_logfile=/dev/fd/1
stderr_logfile_maxbytes=0
[group:x]
programs=xvfb,lxpanel,x11vnc,novnc,cloud9
programs=xfce4,xvfb,x11vnc,novnc,cloud9
[program:lxpanel]
[program:xfce4]
priority=15
directory=%HOME%
command=/usr/bin/startxfce4
@ -34,7 +34,7 @@ stopsignal=KILL
[program:x11vnc]
priority=20
command=x11vnc -display :1 -xkb -forever -shared -repeat -capslock
command=bash -c 'x11vnc -display :1 -xkb -forever -shared -repeat -capslock || rm /tmp/.X11-unix/X1 /tmp/.X1-lockfb'
[program:novnc]
priority=25