]> git.sur5r.net Git - i3/i3/commitdiff
better docs for the focus workspace ipc event
authorFrancesco Mazzoli <f@mazzo.li>
Sat, 3 Nov 2012 11:17:32 +0000 (11:17 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 13 Nov 2012 08:40:29 +0000 (09:40 +0100)
docs/ipc

index ff60dbd13a015fb03754d3c4a61e0a2876626311..17397548a25f59e20ba8f533c5ac59aee318c43f 100644 (file)
--- a/docs/ipc
+++ b/docs/ipc
@@ -644,11 +644,15 @@ if ($is_event) {
 
 This event consists of a single serialized map containing a property
 +change (string)+ which indicates the type of the change ("focus", "init",
-"empty", "urgent").  Additionally, when the change is "focus", an +old
-(object)+ and a +current (object)+ properties will be present with the
-previous and current workspace respectively.  When the first switch
-occurs (when i3 focuses the workspace visible at the beginning) there is
-no previous workspace, and the +old+ property will be set to +null+.
+"empty", "urgent").
+
+Moreover, when the change is "focus", an +old (object)+ and a +current
+(object)+ properties will be present with the previous and current
+workspace respectively.  When the first switch occurs (when i3 focuses
+the workspace visible at the beginning) there is no previous
+workspace, and the +old+ property will be set to +null+.  Also note
+that if the previous is empty it will get destroyed when switching,
+but will still be present in the "old" property.
 
 *Example:*
 ---------------------