mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-06 10:20:26 +02:00
xorg add noreset and nolisten tcp.
This commit is contained in:
parent
b48998f3f9
commit
3e5e8bfec7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue