summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2020-01-08 17:59:37 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2020-01-08 17:59:37 +0000
commitddb5075399a7b05f1f4d325502007644f775ae7f (patch)
tree75af91585ee2acbc4e137635c2de0aa832387ed4
parentdab223cabc7dee6d8c1e43f0d36a23d9eccfcea5 (diff)
downloadi3-ddb5075399a7b05f1f4d325502007644f775ae7f.tar.gz
i3-ddb5075399a7b05f1f4d325502007644f775ae7f.zip
Fixed location of the IPC socket in the docs
-rw-r--r--docs/userguide3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/userguide b/docs/userguide
index ad664d11..36c7abb7 100644
--- a/docs/userguide
+++ b/docs/userguide
@@ -1005,7 +1005,8 @@ programs to get information from i3, such as the current workspaces
(to display a workspace bar), and to control i3.
The IPC socket is enabled by default and will be created in
-+/tmp/i3-%u.XXXXXX/ipc-socket.%p+ where +%u+ is your UNIX username, +%p+ is
++$XDG_RUNTIME_DIR/i3/ipc-socket.%p+ if the directory is available, falling back
+to +/tmp/i3-%u.XXXXXX/ipc-socket.%p+, where +%u+ is your UNIX username, +%p+ is
the PID of i3 and XXXXXX is a string of random characters from the portable
filename character set (see mkdtemp(3)).