diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2018-02-17 17:34:12 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2018-02-20 21:15:54 +0100 |
commit | 736e45a278b44208fa6ded58a71e57081a58b1bf (patch) | |
tree | 2a136ffc516c1e210e8961ec380b0737df08d78a /doc | |
parent | 1b541c3e9375952f4d58dec3783eea2316c65967 (diff) | |
download | guix-736e45a278b44208fa6ded58a71e57081a58b1bf.tar guix-736e45a278b44208fa6ded58a71e57081a58b1bf.tar.gz |
services: slim: Make the logged-in session show up in "w".
* gnu/services/xorg.scm (slim-shepherd-service): Use SESSREG to register X11
session.
* doc/guix.texi (slim-configuration): Document new field "sessreg".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 7ed39ff132..ee70994585 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -11263,6 +11263,9 @@ The XAuth package to use. The Shepherd package used when invoking @command{halt} and @command{reboot}. +@item @code{sessreg} (default: @code{sessreg}) +The sessreg package used in order to register the session. + @item @code{slim} (default: @code{slim}) The SLiM package to use. @end table |