Merge pull request #2698 from tmerr/next

docs/ipc: Document the 'primary' flag
This commit is contained in:
Ingo Bürk 2017-03-06 07:50:49 +01:00 committed by GitHub
commit 8c3ddce5a2
1 changed files with 2 additions and 0 deletions

View File

@ -232,6 +232,8 @@ name (string)::
The name of this output (as seen in +xrandr(1)+). Encoded in UTF-8. The name of this output (as seen in +xrandr(1)+). Encoded in UTF-8.
active (boolean):: active (boolean)::
Whether this output is currently active (has a valid mode). Whether this output is currently active (has a valid mode).
primary (boolean)::
Whether this output is currently the primary output.
current_workspace (string):: current_workspace (string)::
The name of the current workspace that is visible on this output. +null+ if The name of the current workspace that is visible on this output. +null+ if
the output is not active. the output is not active.