13 lines
346 B
Plaintext
13 lines
346 B
Plaintext
|
|
[program:xfce4]
|
|
autostart=true
|
|
priority=50
|
|
directory=/home/%(ENV_USER)s
|
|
command=/usr/bin/startxfce4
|
|
user=%(ENV_USER)s
|
|
autorestart=true
|
|
stopsignal=QUIT
|
|
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
|
|
stdout_logfile=/home/%(ENV_USER)s/.cache/log/xfce4.log
|
|
stderr_logfile=/home/%(ENV_USER)s/.cache/log/xfce4.err
|