X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Flogind.conf.xml;h=ce8f5097ccbd24224cff72ad5865b1dc93e626f6;hp=54cc3790486d8498eb0067c86ed45d122e2ca953;hb=1c231f56482546725c4dbd3303f70300bd3c63e9;hpb=405e0255d5e6950180d9563f1a26294b5360db03 diff --git a/man/logind.conf.xml b/man/logind.conf.xml index 54cc37904..ce8f5097c 100644 --- a/man/logind.conf.xml +++ b/man/logind.conf.xml @@ -242,10 +242,10 @@ ignore, logind will never handle these keys. If lock, all running - sessions will be screen-locked; otherwise, - the specified action - will be taken in the respective - event. Only input devices with the + sessions will be screen-locked; + otherwise, the specified action will + be taken in the respective event. Only + input devices with the power-switch udev tag will be watched for key/lid switch events. HandlePowerKey= @@ -257,7 +257,11 @@ default to suspend. HandleHibernateKey= defaults to - hibernate. + 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. @@ -291,6 +295,28 @@ + + RuntimeDirectorySize= + + Sets the size limit on + the + $XDG_RUNTIME_DIR + runtime directory for each user who + logs in. Takes a size in bytes, + possibly suffixed with the usual K, G, + M, T suffixes, to the base 1024 + (IEC). Alternatively, a percentage + suffixed by % may + be specified, which sets the size + limit relative to the amount of + physical RAM. Defaults to 10%. Note + that this size is a safety limit + only. As each runtime directory is a + tmpfs file system it will only consume + as much memory as it is filled up + to. + +