From 3c56cab44150ad47323970cfadfb0257c6305a74 Mon Sep 17 00:00:00 2001 From: Ben Wolsieffer Date: Tue, 26 Aug 2014 22:08:02 +0200 Subject: logind: add HandleLidSwitchDocked= option to logind.conf + documentation https://bugs.freedesktop.org/show_bug.cgi?id=82485 --- man/logind.conf.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'man/logind.conf.xml') 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 @@ HandleSuspendKey= HandleHibernateKey= HandleLidSwitch= + HandleLidSwitchDocked= Controls whether logind shall handle the system power @@ -255,13 +256,18 @@ and HandleLidSwitch= default to suspend. + HandleLidSwitchDocked= + defaults to ignore. HandleHibernateKey= defaults to - hibernate. Note - that the lid switch is ignored if the - system is inserted in a docking - station, or if more than one display - is connected. + hibernate. If the + system is inserted in a docking station, + or if more than one display is connected, + the action specified by + HandleLidSwitchDocked= + occurs; otherwise the + HandleLidSwitch= + action occurs. -- cgit v1.2.3-54-g00ecf