guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/23: services: elogind-configuration: Do not ignore 'handle-hibernate-


From: guix-commits
Subject: 13/23: services: elogind-configuration: Do not ignore 'handle-hibernate-key' by default.
Date: Fri, 3 Mar 2023 12:07:26 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit ca3a73de3db533e6247c01a6a6b3bc9177a089e6
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Sat Feb 25 18:58:02 2023 +0000

    services: elogind-configuration: Do not ignore 'handle-hibernate-key' by 
default.
    
    * gnu/services/desktop.scm (<elogind-configuration>)[handle-hibernate-key]: 
Set default value to 'hibernate.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/services/desktop.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm
index 374d47869b..634b240af2 100644
--- a/gnu/services/desktop.scm
+++ b/gnu/services/desktop.scm
@@ -978,11 +978,7 @@ include the @command{udisksctl} command, part of UDisks, 
and GNOME Disks."
   (handle-suspend-key               elogind-handle-suspend-key
                                     (default 'suspend))
   (handle-hibernate-key             elogind-handle-hibernate-key
-                                    ;; (default 'hibernate)
-                                    ;; XXX Ignore it for now, since we don't
-                                    ;; yet handle resume-from-hibernation in
-                                    ;; our initrd.
-                                    (default 'ignore))
+                                    (default 'hibernate))
   (handle-lid-switch                elogind-handle-lid-switch
                                     (default 'suspend))
   (handle-lid-switch-docked         elogind-handle-lid-switch-docked



reply via email to

[Prev in Thread] Current Thread [Next in Thread]