2021-07-05 06:15:56 +12:00
|
|
|
[program:firefox]
|
2020-06-17 10:32:34 +12:00
|
|
|
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
|
2021-07-06 22:32:04 +12:00
|
|
|
command=/usr/bin/firefox --no-remote -P default --display=%(ENV_DISPLAY)s -setDefaultBrowser -width 1280 -height 720
|
2021-11-18 06:05:38 +13:00
|
|
|
stopsignal=INT
|
2020-06-17 10:32:34 +12:00
|
|
|
autorestart=true
|
|
|
|
priority=800
|
|
|
|
user=%(ENV_USER)s
|
2021-07-05 06:15:56 +12:00
|
|
|
stdout_logfile=/var/log/neko/firefox.log
|
2020-06-17 10:32:34 +12:00
|
|
|
stdout_logfile_maxbytes=100MB
|
|
|
|
stdout_logfile_backups=10
|
|
|
|
redirect_stderr=true
|
|
|
|
|
|
|
|
[program:openbox]
|
|
|
|
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s",DISPLAY="%(ENV_DISPLAY)s"
|
|
|
|
command=/usr/bin/openbox --config-file /etc/neko/openbox.xml
|
|
|
|
autorestart=true
|
|
|
|
priority=300
|
|
|
|
user=%(ENV_USER)s
|
|
|
|
stdout_logfile=/var/log/neko/openbox.log
|
|
|
|
stdout_logfile_maxbytes=100MB
|
|
|
|
stdout_logfile_backups=10
|
|
|
|
redirect_stderr=true
|