You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,11 @@ if (!conn.send_command("exit")) {
116
116
}
117
117
```
118
118
119
+
Quoted strings can be passed like this:
120
+
```c++
121
+
conn.send_command("[workspace=\" 1 \""] move workspace to output eDP-1");
122
+
```
123
+
119
124
## Version i3 support
120
125
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.
0 commit comments