diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-09-21 15:44:14 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-09-21 15:44:14 +0200 |
commit | 8e7fd6ade44ce5dde0867ba748c7978ed1206865 (patch) | |
tree | ced70d8e4c3d4e14f70ac459277c9046bd26500c /src/login/logind.conf | |
parent | 636d30a0895f17eca8313d50f9b2fc1ec5e128da (diff) |
logind: split up HandleSleepKey= into HandleSuspendKey= and HandleHibernateKey=
The kernel and X11 distuingish these two, and Thinkpad keys have both,
hence we really should distinguish them too.
Diffstat (limited to 'src/login/logind.conf')
-rw-r--r-- | src/login/logind.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/login/logind.conf b/src/login/logind.conf index 0ac02c0f01..2757fba30a 100644 --- a/src/login/logind.conf +++ b/src/login/logind.conf @@ -17,8 +17,10 @@ #ResetControllers=cpu #InhibitDelayMaxSec=5 #HandlePowerKey=poweroff -#HandleSleepKey=suspend +#HandleSuspendKey=suspend +#HandleHibernateKey=hibernate #HandleLidSwitch=suspend #PowerKeyIgnoreInhibited=no -#SleepKeyIgnoreInhibited=no +#SuspendKeyIgnoreInhibited=no +#HibernateKeyIgnoreInhibited=no #LidSwitchIgnoreInhibited=yes |