Revert "Merge pull request #18 from devindice/Reverting-Changes"

This reverts commit 6f51e5dd11, reversing
changes made to 4ba237587d.
This commit is contained in:
Devin Dice 2022-08-24 15:52:13 -04:00
parent 0ea408ce01
commit ea1ef10116
1 changed files with 3 additions and 3 deletions

View File

@ -18,9 +18,9 @@ stderr_logfile=/dev/fd/1
stderr_logfile_maxbytes=0 stderr_logfile_maxbytes=0
[group:x] [group:x]
programs=xvfb,lxpanel,x11vnc,novnc,cloud9 programs=xfce4,xvfb,x11vnc,novnc,cloud9
[program:lxpanel] [program:xfce4]
priority=15 priority=15
directory=%HOME% directory=%HOME%
command=/usr/bin/startxfce4 command=/usr/bin/startxfce4
@ -34,7 +34,7 @@ stopsignal=KILL
[program:x11vnc] [program:x11vnc]
priority=20 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] [program:novnc]
priority=25 priority=25