mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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>
This commit is contained in:
parent
00767d967d
commit
ca3a73de3d
1 changed files with 1 additions and 5 deletions
|
@ -978,11 +978,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
|
||||
|
|
Loading…
Reference in a new issue