summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2013-06-25 18:56:43 +0100
committerKristian Høgsberg <krh@bitplanet.net>2013-06-28 13:36:17 -0400
commit14494625b524f504018b50f97e8f4af79b4449a4 (patch)
tree671ce3d5dbab6840169e155dd9d86bf793d0f218 /man
parent66bd9f5baf19b747ed4e4dcb74fe5b0459111f33 (diff)
downloadweston-14494625b524f504018b50f97e8f4af79b4449a4.tar.gz
man: Add documentation for output seat confining
v2: Add some explanation about the default seat
Diffstat (limited to 'man')
-rw-r--r--man/weston.ini.man9
1 files changed, 9 insertions, 0 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man
index c3e5747a..9c22b3f3 100644
--- a/man/weston.ini.man
+++ b/man/weston.ini.man
@@ -288,6 +288,15 @@ be one of the following 8 strings:
.BR "flipped-270 " "Flipped and 90 degrees counter clockwise"
.fi
.RE
+.TP 7
+.BI "seat=" name
+The logical seat name that that this output should be associated with. If this
+is set then the seat's input will be confined to the output that has the seat
+set on it. The expectation is that this functionality will be used in a
+multiheaded environment with a single compositor for multiple output and input
+configurations. The default seat is called "default" and will always be
+present. This seat can be constrained like any other.
+.RE
.SH "INPUT-METHOD SECTION"
.TP 7
.BI "path=" "/usr/libexec/weston-keyboard"