diff options
author | Ben Wolsieffer <benwolsieffer@gmail.com> | 2014-08-26 22:08:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-08-26 22:08:02 +0200 |
commit | 3c56cab44150ad47323970cfadfb0257c6305a74 (patch) | |
tree | c03589bf880d471a08ba2bbe1b36e3ff9e6ed724 /man/logind.conf.xml | |
parent | 36202fd2bc252616966166c98ccb0e0e5ece1fc9 (diff) |
logind: add HandleLidSwitchDocked= option to logind.conf + documentation
https://bugs.freedesktop.org/show_bug.cgi?id=82485
Diffstat (limited to 'man/logind.conf.xml')
-rw-r--r-- | man/logind.conf.xml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/man/logind.conf.xml b/man/logind.conf.xml index f037da259b..8ba95230be 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -224,6 +224,7 @@ <term><varname>HandleSuspendKey=</varname></term> <term><varname>HandleHibernateKey=</varname></term> <term><varname>HandleLidSwitch=</varname></term> + <term><varname>HandleLidSwitchDocked=</varname></term> <listitem><para>Controls whether logind shall handle the system power @@ -255,13 +256,18 @@ and <varname>HandleLidSwitch=</varname> default to <literal>suspend</literal>. + <varname>HandleLidSwitchDocked=</varname> + defaults to <literal>ignore</literal>. <varname>HandleHibernateKey=</varname> defaults to - <literal>hibernate</literal>. Note - that the lid switch is ignored if the - system is inserted in a docking - station, or if more than one display - is connected.</para></listitem> + <literal>hibernate</literal>. If the + system is inserted in a docking station, + or if more than one display is connected, + the action specified by + <varname>HandleLidSwitchDocked=</varname> + occurs; otherwise the + <varname>HandleLidSwitch=</varname> + action occurs.</para></listitem> </varlistentry> <varlistentry> |