summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorqblade <qblade@protonmail.com>2021-03-28 00:54:47 +0000
committerMathieu Othacehe <othacehe@gnu.org>2021-04-01 13:40:09 +0200
commitaa03d32eb1d2c41ee6251b3df59eb5177bdf5d82 (patch)
tree4f84d441baa15e3a8252b8351f6251ec88d303ab /doc
parentae15c3fa7ee4e5f6f37ed6faa89df7f797c712e0 (diff)
services: kmscon: Add font-engine and font-size fields.
* gnu/services/base.scm (<kmscon-configuration>): Add font-engine and font-size fields. (kmscon-service-type): Honor them. * doc/guix.texi (Base Services): Document them.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index f08c529c63..115a7d9bd7 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -15190,6 +15190,12 @@ in automatically without prompting for their login name or password.
@item @code{hardware-acceleration?} (default: #f)
Whether to use hardware acceleration.
+@item @code{font-engine} (default: @code{"pango"})
+Font engine used in Kmscon.
+
+@item @code{font-size} (default: @code{12})
+Font size used in Kmscon.
+
@item @code{kmscon} (default: @var{kmscon})
The Kmscon package to use.