From ddb5075399a7b05f1f4d325502007644f775ae7f Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Wed, 8 Jan 2020 17:59:37 +0000 Subject: [PATCH] Fixed location of the IPC socket in the docs --- docs/userguide | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)).