xorg add noreset and nolisten tcp.

This commit is contained in:
Miroslav Šedivý 2021-04-06 20:51:08 +02:00
parent b48998f3f9
commit 3e5e8bfec7

View File

@ -22,7 +22,7 @@ redirect_stderr=true
[program:x-server] [program:x-server]
environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s" environment=HOME="/home/%(ENV_USER)s",USER="%(ENV_USER)s"
command=/usr/bin/X -config /etc/neko/xorg.conf %(ENV_DISPLAY)s command=/usr/bin/X %(ENV_DISPLAY)s -config /etc/neko/xorg.conf -noreset -nolisten tcp
autorestart=true autorestart=true
priority=300 priority=300
user=%(ENV_USER)s user=%(ENV_USER)s