aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-ipc.7.scd
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-02-27 22:11:58 -0500
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-02-27 22:11:58 -0500
commit56217bfbc01ca8c244ccbcd3f5b60227f41f5e36 (patch)
tree7bf51e958ff04c5ed776784b3f0345b99a222972 /sway/sway-ipc.7.scd
parentAdd output dpms to manpage (diff)
downloadsway-56217bfbc01ca8c244ccbcd3f5b60227f41f5e36.tar.gz
sway-56217bfbc01ca8c244ccbcd3f5b60227f41f5e36.tar.zst
sway-56217bfbc01ca8c244ccbcd3f5b60227f41f5e36.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`
Diffstat (limited to 'sway/sway-ipc.7.scd')
-rw-r--r--sway/sway-ipc.7.scd3
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