Added missing cases for workspace event (#2656)
The possible values "rename", "reload" and "restored" of the property 'change' from the workspace event were missing. Because no events of those types contain an old workspace, this was trivial.
This commit is contained in:
parent
a55733f719
commit
348d0d4622
6
docs/ipc
6
docs/ipc
|
@ -696,9 +696,9 @@ if ($is_event) {
|
||||||
|
|
||||||
This event consists of a single serialized map containing a property
|
This event consists of a single serialized map containing a property
|
||||||
+change (string)+ which indicates the type of the change ("focus", "init",
|
+change (string)+ which indicates the type of the change ("focus", "init",
|
||||||
"empty", "urgent"). A +current (object)+ property will be present with the
|
"empty", "urgent", "reload", "rename", "restored"). A +current (object)+
|
||||||
affected workspace whenever the type of event affects a workspace (otherwise,
|
property will be present with the affected workspace whenever the type of event
|
||||||
it will be +null).
|
affects a workspace (otherwise, it will be +null).
|
||||||
|
|
||||||
When the change is "focus", an +old (object)+ property will be present with the
|
When the change is "focus", an +old (object)+ property will be present with the
|
||||||
previous workspace. When the first switch occurs (when i3 focuses the
|
previous workspace. When the first switch occurs (when i3 focuses the
|
||||||
|
|
Loading…
Reference in New Issue