From c8b1b7b5ded78cb7c553717a58894d0486336720 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 18 May 2016 00:51:40 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- UPower/UPower.conf | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/UPower/UPower.conf b/UPower/UPower.conf index 4282948e..e2c6a698 100644 --- a/UPower/UPower.conf +++ b/UPower/UPower.conf @@ -31,8 +31,9 @@ NoPollBatteries=false # # Some laptops are broken. The lid state is either inverted, or stuck # on or off. We can't do much to fix these problems, but this is a way -# for users to make the laptop panel vanish and for programs like -# gnome-settings-daemon to not suspend on system startup. +# for users to make the laptop panel vanish, a state that might be used +# by a couple of user-space daemons. On Linux systems, see also +# logind.conf(5). # # default=false IgnoreLid=false @@ -41,9 +42,11 @@ IgnoreLid=false # # Whether battery percentage based policy should be used. The default # is to use the time left, change to true to use the percentage, which -# should work around broken firmwares. -# default=false -UsePercentageForPolicy=false +# should work around broken firmwares. It is also more reliable than +# the time left (frantically saving all your files is going to use more +# battery than letting it rest for example). +# default=true +UsePercentageForPolicy=true # When UsePercentageForPolicy is true, the levels at which UPower will # consider the battery low, critical, or take action for the critical -- 2.39.5