[bug#61789,16/27] services: elogind-configuration: Do not ignore 'handle-hibernate-key' by default.
Commit Message
* gnu/services/desktop.scm (<elogind-configuration>)[handle-hibernate-key]: Set default value to 'hibernate.
---
gnu/services/desktop.scm | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
@@ -964,11 +964,7 @@ (define-record-type* <elogind-configuration> elogind-configuration
(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