aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-10-08 08:02:00 +0000
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2024-10-08 08:05:14 +0000
commitd44beb9b4ad836781928a0c5667e94c0d6df13f0 (patch)
tree01baf1a543358d23e08556155aa5799ed6d22434
parent5eaebebdea06eee6bb273be0a856ca89c144ad49 (diff)
downloadguix-master.tar
guix-master.tar.gz
guix-master.tar.bz2
guix-master.tar.lz
guix-master.tar.xz
guix-master.tar.zst
guix-master.zip
doc: Update documentation for wayland? option of gdm-configuration.HEADmaster
This is a follow-up to commit 06d01c610e ("services: gdm: Enable wayland by default."), which forgot updating the associated documentation. Change-Id: I3ea0402680e3e0f588db057988eb00af44ab4ae6
-rw-r--r--doc/guix.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 4aafcf9cc0..8f3b8ef6cd 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -23169,9 +23169,9 @@ definition (@pxref{operating-system Reference, system-wide packages}).
@anchor{wayland-gdm}
GDM also supports Wayland: it can itself use Wayland instead of X11 for
-its user interface, and it can also start Wayland sessions. The former is
-required for the latter, to enable, set @code{wayland?} to @code{#t} in
-@code{gdm-configuration}.
+its user interface, and it can also start Wayland sessions. Wayland
+support is enabled by default. To disable it, set @code{wayland?} to
+@code{#f} in @code{gdm-configuration}.
@defvar gdm-service-type
This is the type for the @uref{https://wiki.gnome.org/Projects/GDM/, GNOME
@@ -23232,7 +23232,7 @@ File name of the @code{dbus-daemon} executable.
@item @code{gdm} (default: @code{gdm})
The GDM package to use.
-@item @code{wayland?} (default: @code{#f})
+@item @code{wayland?} (default: @code{#t})
When true, enables Wayland in GDM, necessary to use Wayland sessions.
@item @code{wayland-session} (default: @code{gdm-wayland-session-wrapper})