me
/
guix
Archived
1
0
Fork 0

services: elogind-configuration: Disable hibernation key by default.

* gnu/services/desktop.scm (<elogind-configuration>): Change the default value
  of the 'handle-hibernate-key' field to 'ignore'.
master
Mark H Weaver 2015-09-03 17:16:26 -04:00
parent 4307c476c4
commit 574d9db2ce
1 changed files with 5 additions and 1 deletions

View File

@ -439,7 +439,11 @@ the system if the user is logged in locally."
(handle-suspend-key elogind-handle-suspend-key
(default 'suspend))
(handle-hibernate-key elogind-handle-hibernate-key
(default 'hibernate))
;; (default 'hibernate)
;; XXX Ignore it for now, since we don't
;; yet handle resume-from-hibernation in
;; our initrd.
(default 'ignore))
(handle-lid-switch elogind-handle-lid-switch
(default 'suspend))
(handle-lid-switch-docked elogind-handle-lid-switch-docked