aboutsummaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
Diffstat (limited to 'wiki')
-rw-r--r--wiki/IPC.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki/IPC.md b/wiki/IPC.md
index f7d852bb..261f4271 100644
--- a/wiki/IPC.md
+++ b/wiki/IPC.md
@@ -40,7 +40,7 @@ Read the reply as JSON, also on a single line.
You can use `socat` to test communicating with niri directly:
```sh
-$ socat STDIO /run/user/1000/niri.wayland-1.42516.sock
+$ socat STDIO "$NIRI_SOCKET"
"FocusedWindow"
{"Ok":{"FocusedWindow":{"id":12,"title":"t socat STDIO /run/u ~","app_id":"Alacritty","workspace_id":6,"is_focused":true}}}
```