mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
doc: Remove duplicate sddm-configuration.
* doc/guix.texi (X Window): Remove duplicate sddm-configuration @deftp, after merging the better parts into the remaining one. Reported by dgcampea in #guix.
This commit is contained in:
parent
40e2eeed63
commit
fac0e3cb80
1 changed files with 25 additions and 42 deletions
|
@ -20276,10 +20276,31 @@ The default SLiM theme and its name.
|
|||
@end defvr
|
||||
|
||||
|
||||
@cindex login manager
|
||||
@cindex X11 login
|
||||
@defvr {Scheme Variable} sddm-service-type
|
||||
This is the type of the service to run the
|
||||
@uref{https://github.com/sddm/sddm,SDDM display manager}. Its value
|
||||
must be a @code{sddm-configuration} record (see below).
|
||||
|
||||
Here's an example use:
|
||||
|
||||
@lisp
|
||||
(service sddm-service-type
|
||||
(sddm-configuration
|
||||
(auto-login-user "alice")
|
||||
(auto-login-session "xfce.desktop")))
|
||||
@end lisp
|
||||
@end defvr
|
||||
|
||||
@deftp {Data Type} sddm-configuration
|
||||
This is the data type representing the SDDM service configuration.
|
||||
This data type represents the configuration of the SDDM login manager.
|
||||
The available fields are:
|
||||
|
||||
@table @asis
|
||||
@item @code{sddm} (default: @code{sddm})
|
||||
The SDDM package to use.
|
||||
|
||||
@item @code{display-server} (default: "x11")
|
||||
Select display server to use for the greeter. Valid values are
|
||||
@samp{"x11"} or @samp{"wayland"}.
|
||||
|
@ -20355,10 +20376,11 @@ Directory to look for desktop files starting X sessions.
|
|||
Minimum VT to use.
|
||||
|
||||
@item @code{auto-login-user} (default "")
|
||||
User to use for auto-login.
|
||||
User account that will be automatically logged in.
|
||||
Setting this to the empty string disables auto-login.
|
||||
|
||||
@item @code{auto-login-session} (default "")
|
||||
Desktop file to use for auto-login.
|
||||
The @file{.desktop} file name to use as the auto-login session, or the empty string.
|
||||
|
||||
@item @code{relogin?} (default #f)
|
||||
Relogin after logout.
|
||||
|
@ -20366,45 +20388,6 @@ Relogin after logout.
|
|||
@end table
|
||||
@end deftp
|
||||
|
||||
@cindex login manager
|
||||
@cindex X11 login
|
||||
@defvr {Scheme Variable} sddm-service-type
|
||||
This is the type of the service to run the
|
||||
@uref{https://github.com/sddm/sddm,SDDM display manager}. Its value
|
||||
must be a @code{sddm-configuration} record (see below).
|
||||
|
||||
Here's an example use:
|
||||
|
||||
@lisp
|
||||
(service sddm-service-type
|
||||
(sddm-configuration
|
||||
(auto-login-user "alice")
|
||||
(auto-login-session "xfce.desktop")))
|
||||
@end lisp
|
||||
@end defvr
|
||||
|
||||
@deftp {Data Type} sddm-configuration
|
||||
This data type represents the configuration of the SDDM login manager.
|
||||
The available fields are:
|
||||
|
||||
@table @asis
|
||||
@item @code{sddm} (default: @code{sddm})
|
||||
The SDDM package to use.
|
||||
|
||||
@item @code{display-server} (default: @code{"x11"})
|
||||
This must be either @code{"x11"} or @code{"wayland"}.
|
||||
|
||||
@c FIXME: Add more fields.
|
||||
|
||||
@item @code{auto-login-user} (default: @code{""})
|
||||
If non-empty, this is the user account under which to log in
|
||||
automatically.
|
||||
|
||||
@item @code{auto-login-session} (default: @code{""})
|
||||
If non-empty, this is the @file{.desktop} file name to use as the
|
||||
auto-login session.
|
||||
@end table
|
||||
@end deftp
|
||||
|
||||
@cindex Xorg, configuration
|
||||
@deftp {Data Type} xorg-configuration
|
||||
|
|
Loading…
Reference in a new issue