aboutsummaryrefslogtreecommitdiff
path: root/wiki/IPC.md
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/IPC.md')
-rw-r--r--wiki/IPC.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiki/IPC.md b/wiki/IPC.md
index c5669384..2036970b 100644
--- a/wiki/IPC.md
+++ b/wiki/IPC.md
@@ -51,9 +51,9 @@ For more complex requests, you can use `socat` to find how `niri msg` formats th
```sh
$ socat STDIO UNIX-LISTEN:temp.sock
-(then, in a different terminal)
+# then, in a different terminal:
$ env NIRI_SOCKET=./temp.sock niri msg action focus-workspace 2
-(then, look in the socat terminal)
+# then, look in the socat terminal:
{"Action":{"FocusWorkspace":{"reference":{"Index":2}}}}
```