diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-02-03 22:08:04 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-02-03 22:20:49 +0800 |
commit | 5ce93d9ade22861eac492f98f66199c77761cd04 (patch) | |
tree | c5a7bda6ea08d1358eebe61f96cd1a89ee0d6ce7 /doc | |
parent | ca2eebbd99e8f4d2ebbcf700960d03818d4fbf8f (diff) | |
download | guix-5ce93d9ade22861eac492f98f66199c77761cd04.tar guix-5ce93d9ade22861eac492f98f66199c77761cd04.tar.gz |
services: xorg: Add sawfish session.
* gnu/services/xorg.scm (%sawfish-session-type): New variable.
* doc/guix.texi (X Window): Mention it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 1b3bd0ea26..fa3aa6d66d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4579,6 +4579,10 @@ Session type using the Ratpoison window manager. Session type using the WindowMaker window manager. @end defvr +@defvr {Scheme Variable} %sawfish-session-type +Session type using the Sawfish window manager. +@end defvr + @defvr {Scheme Variable} %default-theme @defvrx {Scheme Variable} %default-theme-name The G-Expression denoting the default SLiM theme and its name. |