aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-ipc.7.scd
Commit message (Collapse)AuthorAge
* sway-ipc.7: clarify window_rect omits decorationsLibravatar Brian Ashworth2019-03-04
| | | | | | According to the i3 ipc documentation, `window_rect` excludes the window decorations from the calculation. This just clarifies that in `sway-ipc.7.scd`
* Add sway-ipc.7.scd to document IPC protocolLibravatar Brian Ashworth2019-03-04
This add `sway-ipc.7.scd` that documents the IPC protocol. This also increased the minimum scdoc version from 1.8.1 to 1.9.0 to allow for table cells to be continued on the following line