diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-28 12:29:27 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-28 12:29:27 +0100 |
commit | 7654b2c2593f4d106bc01be2662c1ab8339c90e1 (patch) | |
tree | 2dead3e3d9215673f0b5ebe638f3aced00af80fa /man | |
parent | 9485d98d7741604c3d728edaed60b02ad63b71df (diff) |
logind: add 'lock' as possible choice for handling hw keys
Diffstat (limited to 'man')
-rw-r--r-- | man/logind.conf.xml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/man/logind.conf.xml b/man/logind.conf.xml index af842b5d5b..df15d51b5f 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -213,13 +213,16 @@ <literal>halt</literal>, <literal>kexec</literal>, <literal>suspend</literal>, - <literal>hibernate</literal>, and - <literal>hybrid-sleep</literal>. If + <literal>hibernate</literal>, + <literal>hybrid-sleep</literal> and + <literal>lock</literal>. If <literal>ignore</literal> logind will - never handle these keys. Otherwise the - specified action will be taken in the - respective event. Only input devices - with the + never handle these keys. If + <literal>lock</literal> all running + sessions will be screen + locked. Otherwise the specified action + will be taken in the respective + event. Only input devices with the <literal>power-switch</literal> udev tag will be watched for key/lid switch events. <varname>HandlePowerKey=</varname> |