From a488db27faad931638ca7b65bd95a324fb7f3b86 Mon Sep 17 00:00:00 2001 From: Earnestly Date: Sat, 9 Dec 2017 23:34:20 +0000 Subject: [PATCH] doc: mention that we don't use -listen --- README | 1 + sx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 0192adf..4149b82 100644 --- a/README +++ b/README @@ -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 diff --git a/sx b/sx index ef2a25e..8ffed4a 100755 --- a/sx +++ b/sx @@ -18,7 +18,6 @@ cleanup() { fi xauth remove :"$tty" - exit }