wiki: Fix code block formatting

This commit is contained in:
Ivan Molodetskikh
2024-09-02 10:04:43 +03:00
parent 5521cdda63
commit a1fd4b396f
+2 -2
View File
@@ -51,9 +51,9 @@ For more complex requests, you can use `socat` to find how `niri msg` formats th
```sh ```sh
$ socat STDIO UNIX-LISTEN:temp.sock $ 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 $ 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}}}} {"Action":{"FocusWorkspace":{"reference":{"Index":2}}}}
``` ```