Fix current_workspace outputs reply member docs

The current_workspace member of an ipc OUTPUTS reply is the name of the
workspace as a string.
next
Tony Crisci 2014-02-23 04:36:39 -05:00 committed by Michael Stapelberg
parent 00ee86de79
commit 0f6c411f06
1 changed files with 5 additions and 5 deletions

View File

@ -227,9 +227,9 @@ 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).
current_workspace (integer):: current_workspace (string)::
The current workspace which is visible on this output. +null+ if the The name of the current workspace that is visible on this output. +null+ if
output is not active. the output is not active.
rect (map):: rect (map)::
The rectangle of this output (equals the rect of the output it The rectangle of this output (equals the rect of the output it
is on), consists of x, y, width, height. is on), consists of x, y, width, height.
@ -240,7 +240,7 @@ rect (map)::
{ {
"name": "LVDS1", "name": "LVDS1",
"active": true, "active": true,
"current_workspace": 4, "current_workspace": "4",
"rect": { "rect": {
"x": 0, "x": 0,
"y": 0, "y": 0,
@ -251,7 +251,7 @@ rect (map)::
{ {
"name": "VGA1", "name": "VGA1",
"active": true, "active": true,
"current_workspace": 1, "current_workspace": "1",
"rect": { "rect": {
"x": 1280, "x": 1280,
"y": 0, "y": 0,