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. --- man/logind.conf.xml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'man/logind.conf.xml') diff --git a/man/logind.conf.xml b/man/logind.conf.xml index ccfc4abce2..3d83d2c81c 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -198,7 +198,8 @@ HandlePowerKey= - HandleSleepKey= + HandleSuspendKey= + HandleHibernateKey= HandleLidSwitch= Controls whether @@ -222,15 +223,19 @@ events. HandlePowerKey= defaults to poweroff. - HandleSleepKey= and + HandleSuspendKey= + and HandleLidSwitch= - default to - suspend. + default to suspend. + HandleHibernateKey= + defaults to + hibernate. PowerKeyIgnoreInhibited= - SleepKeyIgnoreInhibited= + SuspendKeyIgnoreInhibited= + HibernateKeyIgnoreInhibited= LidSwitchIgnoreInhibited= Controls whether @@ -244,9 +249,10 @@ respected, if on the requested operation is executed in any - case. PowerKeyIgnoreInhibited= + case. PowerKeyIgnoreInhibited=, + SuspendKeyIgnoreInhibited= and - SleepKeyIgnoreInhibited= + HibernateKeyIgnoreInhibited= defaults to off, LidSwitchIgnoreInhibited= defaults to -- cgit v1.2.3-54-g00ecf