diff options
Diffstat (limited to 'etc/UPower.conf')
-rw-r--r-- | etc/UPower.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/UPower.conf b/etc/UPower.conf index 331743a..801f52f 100644 --- a/etc/UPower.conf +++ b/etc/UPower.conf @@ -76,3 +76,15 @@ PercentageAction=2 TimeLow=1200 TimeCritical=300 TimeAction=120 + +# The action to take when "TimeAction" or "PercentageAction" above has been +# reached for the batteries (UPS or laptop batteries) supplying the computer +# +# Possible values are: +# PowerOff +# Hibernate +# HybridSleep +# +# If HybridSleep isn't available, Hibernate will be used +# If Hibernate isn't available, PowerOff will be used +CriticalPowerAction=HybridSleep |