diff options
author | Ćukasz Adamczak <14021+czak@users.noreply.github.com> | 2023-02-05 15:13:54 +0100 |
---|---|---|
committer | Ronan Pigott <ronan@rjp.ie> | 2023-02-10 11:17:50 -0700 |
commit | 8e4b6595786edf307623b9f1fcf3c7e5c8fa3833 (patch) | |
tree | 72200d84ae5904454e48e5000e65bba8238af295 | |
parent | fadfbe8dbae4b3a840cc05fcfe67d74f5050a878 (diff) |
Clarify documentation for window_rect
-rw-r--r-- | sway/sway-ipc.7.scd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sway/sway-ipc.7.scd b/sway/sway-ipc.7.scd index 2e903988..42aaaab6 100644 --- a/sway/sway-ipc.7.scd +++ b/sway/sway-ipc.7.scd @@ -337,8 +337,9 @@ node and will have the following properties: this, but borders are included. |- window_rect : object -: The geometry of the contents inside the node. The window decorations are - excluded from this calculation, but borders are included. +: The geometry of the content inside the node. These coordinates are relative + to the node itself. Window decorations and borders are outside the + _window_rect_ |- deco_rect : object : The geometry of the decorations for the node relative to the parent node |