Add example for i3 command w/ escaped substring.

This commit is contained in:
Ken Gilmer
2019-06-09 10:02:33 -07:00
parent 920041945e
commit 6002db6b1a

View File

@@ -116,6 +116,11 @@ if (!conn.send_command("exit")) {
}
```
Quoted strings can be passed like this:
```c++
conn.send_command("[workspace=\" 1 \""] move workspace to output eDP-1");
```
## Version i3 support
It is written according to the *current* specification, so some of new features in IPC can be not-implemented. If there is some of them, please notice at issues page.