diff options
author | 2019-02-27 22:11:58 -0500 | |
---|---|---|
committer | 2019-03-04 12:50:47 -0500 | |
commit | ecb646e12b3d395e729b9a6c4aef4eba9c6a726a (patch) | |
tree | 1cc853fb45a15febda97b4a45871c7c1d472d6f9 | |
parent | Add output dpms to manpage (diff) | |
download | sway-ecb646e12b3d395e729b9a6c4aef4eba9c6a726a.tar.gz sway-ecb646e12b3d395e729b9a6c4aef4eba9c6a726a.tar.zst sway-ecb646e12b3d395e729b9a6c4aef4eba9c6a726a.zip |
sway-ipc.7: clarify window_rect omits decorations
According to the i3 ipc documentation, `window_rect` excludes the window
decorations from the calculation. This just clarifies that in
`sway-ipc.7.scd`
-rw-r--r-- | sway/sway-ipc.7.scd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd index 63fbacc7..d598a54f 100644 --- a/sway/sway-ipc.7.scd +++ b/sway/sway-ipc.7.scd | |||
@@ -317,7 +317,8 @@ node and will have the following properties: | |||
317 | : The absolute geometry of the node | 317 | : The absolute geometry of the node |
318 | |- window_rect | 318 | |- window_rect |
319 | : object | 319 | : object |
320 | : The geometry of the contents inside the node | 320 | : The geometry of the contents inside the node. The window decorations are |
321 | excluded from this calculation, but borders are included. | ||
321 | |- deco_rect | 322 | |- deco_rect |
322 | : object | 323 | : object |
323 | : The geometry of the decorations inside the node | 324 | : The geometry of the decorations inside the node |