Document missing case of workspace event

The docs are missing the "move" workspace event emitted from
workspace.c's workspace_move_to_output function.
next
Trevor Merrifield 2017-07-30 00:47:40 -04:00
parent 6a8a4266f3
commit a805676197
1 changed files with 3 additions and 3 deletions

View File

@ -698,9 +698,9 @@ 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", "reload", "rename", "restored"). A +current (object)+
property will be present with the affected workspace whenever the type of event
affects a workspace (otherwise, it will be +null).
"empty", "urgent", "reload", "rename", "restored", "move"). A
+current (object)+ property will be present with the affected workspace
whenever the type of event affects a workspace (otherwise, it will be +null).
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