diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-02-26 22:17:21 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-02-26 22:25:15 +0100 |
commit | a21b23d34a68fda0a57b5be67f61cffae8db59cd (patch) | |
tree | b66aa71f50b2e9750471885b5370ff84468983c2 /doc | |
parent | 9f2840cb5242a797b4f6ae9b52f2f8bf00b7d2f0 (diff) | |
download | gnu-guix-a21b23d34a68fda0a57b5be67f61cffae8db59cd.tar gnu-guix-a21b23d34a68fda0a57b5be67f61cffae8db59cd.tar.gz |
services: slim: Preserve the order of session types.
That makes WindowMaker the default session, by default.
* gnu/services/xorg.scm (xsessions-directory)[builder]: Prepend a number
in the file name to preserve the order of SESSIONS.
(slim-service): Augment docstring.
* doc/guix.texi (X Window): Adjust accordingly.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 81b9353f1d..bd8091ae51 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4634,7 +4634,8 @@ theme to use. In that case, @var{theme-name} specifies the name of the theme. Last, @var{session} is a list of @code{<session-type>} objects denoting the -available session types that can be chosen from the log-in screen. +available session types that can be chosen from the log-in screen. The first +one is chosen by default. @end deffn @defvr {Scheme Variable} %default-sessions |