diff options
author | luhui <luhuins@163.com> | 2021-06-21 22:58:06 +0800 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-06-29 19:01:25 +0200 |
commit | fda0959a1426198f5588be691d1414807cb547cd (patch) | |
tree | ac458a821c414e25a80ebe7334e1e6e5760f7172 /doc/guix.texi | |
parent | 5ed105a8bb1a812975496dc3a091596355a0234c (diff) |
services: kmscon: Add keyboard-layout fields.
* gnu/services/base.scm (<kmscon-configuration>): Add keyboard-layout fields.
* doc/guix.texi (Base Services): Document them.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 4456f9a055..37936bb0f3 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -93,6 +93,7 @@ Copyright @copyright{} 2021 B. Wilson@* Copyright @copyright{} 2021 Xinglu Chen@* Copyright @copyright{} 2021 Raghav Gururajan@* Copyright @copyright{} 2021 Domagoj Stolfa@* +Copyright @copyright{} 2021 Hui Lu@* Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -15282,6 +15283,14 @@ Font engine used in Kmscon. @item @code{font-size} (default: @code{12}) Font size used in Kmscon. +@item @code{keyboard-layout} (default: @code{#f}) +If this is @code{#f}, Kmscon uses the default keyboard layout---usually US +English (``qwerty'') for a 105-key PC keyboard. + +Otherwise this must be a @code{keyboard-layout} object specifying the +keyboard layout. @xref{Keyboard Layout}, for more information on how to +specify the keyboard layout. + @item @code{kmscon} (default: @var{kmscon}) The Kmscon package to use. |