doc: mention that we don't use -listen

This commit is contained in:
Earnestly 2017-12-09 23:34:20 +00:00
parent 015319b2d7
commit a488db27fa
2 changed files with 1 additions and 1 deletions

1
README
View File

@ -15,6 +15,7 @@ INTRODUCTION
* The Xorg server's command-line is hard coded and not exposed to the
user.
* The server doesn't listen on anything except unix domain sockets.
* The first DISPLAY is 1 instead of 0 contrary to what X(7) suggests.
* xauth entries are overwritten if the displayname is identical.
* Corresponding xauth entries are unconditionally removed when the Xorg

1
sx
View File

@ -18,7 +18,6 @@ cleanup() {
fi
xauth remove :"$tty"
exit
}