From 8e7fd6ade44ce5dde0867ba748c7978ed1206865 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 21 Sep 2012 15:44:14 +0200 Subject: 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. --- src/login/logind.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/login/logind.conf') 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 -- cgit v1.2.3-54-g00ecf