summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-08-09 23:51:48 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-08-10 00:33:30 -0400
commit59ee837d8b11d7d688045b601e8b240ccbdbe7c7 (patch)
tree8e22a84fbfbc5e04af554a86e6f341174c73f23c /doc
parent4b494878380920c8c7eecccd1f299164dd4a2c3f (diff)
downloadguix-patches-59ee837d8b11d7d688045b601e8b240ccbdbe7c7.tar
guix-patches-59ee837d8b11d7d688045b601e8b240ccbdbe7c7.tar.gz
services: elogind: Fix default behavior for lid close.
Fixes <https://issues.guix.gnu.org/57052>, which was a behavior change introduced inadvertently in 4c698cd51209a0102477478b026ea04bd7e45908. * gnu/services/desktop.scm (<elogind-configuration>) [handle-lid-switch-external-power]: Default to *unspecified*, which serializes to nothing. This matches upstream behavior, meaning that even when plugged to a power cord, a laptop will suspend when the lid is closed. * doc/guix.texi (Desktop Services): Update doc. Reported-by: Cairn <cairn@pm.me>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 99321929cc..86cfe7d49c 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -22442,7 +22442,7 @@ their default values are:
@item handle-lid-switch-docked
@code{ignore}
@item handle-lid-switch-external-power
-@code{ignore}
+@code{*unspecified*}
@item power-key-ignore-inhibited?
@code{#f}
@item suspend-key-ignore-inhibited?