aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMorgan Smith <Morgan.J.Smith@outlook.com>2024-08-06 21:51:37 -0400
committerLudovic Courtès <ludo@gnu.org>2024-08-21 18:58:35 +0200
commit0b65a43cf8d0c190113461315ac62c1b1c367535 (patch)
treec170f0c11aed89bdc0f988940922a6d323941ee8 /doc
parent410c85f40003dd1209822a930ff54e5ed90fb872 (diff)
downloadguix-0b65a43cf8d0c190113461315ac62c1b1c367535.tar.gz
guix-0b65a43cf8d0c190113461315ac62c1b1c367535.zip
services: elogind-configuration: Add more sleep configurations
* gnu/services/desktop.scm (<elogind-configuration>): Allow actions to be set to 'suspend-then-hibernate'. Add configuration for 'hibernate-delay-seconds' and 'suspend-estimation-seconds'. * doc/guix.texi (Desktop Services): Add documentation for 'hibernate-delay-seconds' and 'suspend-estimation-seconds'. Change-Id: Icf788fcc88451aa6174a608fbed309961b847430 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 0e1e253b02..fcaf6b3fbb 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -24996,6 +24996,12 @@ Data type representing the configuration of @command{elogind}.
@item @code{hybrid-sleep-mode} (default: @code{'("suspend" "platform" "shutdown")}) (type: list)
...
+@item @code{hibernate-delay-seconds} (default: @code{*unspecified*}) (type: integer)
+...
+
+@item @code{suspend-estimation-seconds} (default: @code{*unspecified*}) (type: integer)
+...
+
@end table
@end deftp