diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-12-09 18:34:26 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-12-09 18:34:26 +0100 |
commit | 6e8fb5aa0d9dc493b69c92b873e99fdb4437019c (patch) | |
tree | 8e53445adaeeb134f4ee29dd025409f1dbbc8088 /docs | |
parent | b78244e1ab3b52c42aa439a80c82f81989338a6c (diff) |
kmscon: add --seats=current option
This option uses XDG_SEAT to determine the current seat. If this is NULL,
we fall back to "seat0".
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man/kmscon.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/man/kmscon.xml b/docs/man/kmscon.xml index 3db1ab9..bc8a207 100644 --- a/docs/man/kmscon.xml +++ b/docs/man/kmscon.xml @@ -162,7 +162,8 @@ <listitem> <para>List of seats kmscon will run on. Use 'all' to make kmscon run on all seats. Use 'all,' to make kmscon run on a seat called - 'all' (empty entries are ignored). (default: "seat0")</para> + 'all' (empty entries are ignored). Use 'current' to make kmscon + run on the current seat. (default: "current")</para> <para>If kmscon runs on multiple seats, all seats are independent of each other. You can either run a different kmscon process on |