From: Ingo Bürk Date: Wed, 1 Apr 2015 15:45:53 +0000 (+0200) Subject: Update docs to clarify that split containers get a representation of their children... X-Git-Tag: 4.11~149^2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5d8dfe0ec546a59dd30f1207d1ef23e26db0e2f1;p=i3%2Fi3 Update docs to clarify that split containers get a representation of their children in the decoration --- diff --git a/docs/hacking-howto b/docs/hacking-howto index 71919e30..4219e961 100644 --- a/docs/hacking-howto +++ b/docs/hacking-howto @@ -629,8 +629,8 @@ unmapped if it should not be visible anymore. +WM_STATE+ will be set to +x_draw_decoration+ draws window decorations. It is run for every leaf container (representing an actual X11 window) and for every non-leaf container which is in a stacked/tabbed container (because stacked/tabbed containers -display a window decoration for split containers, which at the moment just says -"another container"). +display a window decoration for split containers, which consists of a representation +of the child container's names. Then, parameters are collected to be able to determine whether this decoration drawing is actually necessary or was already done. This saves a substantial diff --git a/docs/userguide b/docs/userguide index 98629761..547c7ba7 100644 --- a/docs/userguide +++ b/docs/userguide @@ -256,8 +256,9 @@ workspace node’s orientation will be changed to +vertical+. The terminal windo you moved down is directly attached to the workspace and appears on the bottom of the screen. A new (horizontal) container was created to accommodate the other two terminal windows. You will notice this when switching to tabbed mode -(for example). You would end up having one tab called "another container" and -the other one being the terminal window you moved down. +(for example). You would end up having one tab with a representation of the split +container (e.g., "H[urxvt firefox]") and the other one being the terminal window +you moved down. [[configuring]] == Configuring i3