From: Michael Stapelberg Date: Mon, 23 Jul 2012 09:01:52 +0000 (+0200) Subject: docs/ipc: document the 'window' field (Thanks jh) X-Git-Tag: 4.3~157 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b8d77eb59ed70d6354feb24717b6e7538978a0d0;p=i3%2Fi3 docs/ipc: document the 'window' field (Thanks jh) fixes #758 --- diff --git a/docs/ipc b/docs/ipc index 83ab7218..54e7fa1a 100644 --- a/docs/ipc +++ b/docs/ipc @@ -1,7 +1,7 @@ IPC interface (interprocess communication) ========================================== Michael Stapelberg -February 2012 +July 2012 This document describes how to interface with i3 from a separate process. This is useful for example to remote-control i3 (to write test cases for example) or @@ -296,6 +296,11 @@ window_rect (map):: geometry (map):: The original geometry the window specified when i3 mapped it. Used when switching a window to floating mode, for example. +window (integer):: + The X11 window ID of the *actual client window* inside this container. + This field is set to null for split containers or otherwise empty + containers. This ID corresponds to what xwininfo(1) and other + X11-related tools display (usually in hex). urgent (bool):: Whether this container (window or workspace) has the urgency hint set. focused (bool)::