From 94e37937f7fda28f60d9ad7c56b4cb5e771ef5ce Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:10 +0100 Subject: refactor(etc): drop marginal UPower percentage overrides Only CriticalPowerAction=PowerOff is a behaviorally meaningful change vs pristine. Percentage tweaks (15/7/3 vs 20/5/2) are not worth the drift. --- etc/UPower/UPower.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc') diff --git a/etc/UPower/UPower.conf b/etc/UPower/UPower.conf index e10e54b..665a165 100644 --- a/etc/UPower/UPower.conf +++ b/etc/UPower/UPower.conf @@ -62,9 +62,9 @@ UsePercentageForPolicy=true # PercentageLow=20.0 # PercentageCritical=5.0 # PercentageAction=2.0 -PercentageLow=15 -PercentageCritical=7 -PercentageAction=3 +PercentageLow=20.0 +PercentageCritical=5.0 +PercentageAction=2.0 # When UsePercentageForPolicy is false, the time remaining in seconds at # which UPower will consider the battery low, critical, or take action for -- cgit v1.3.1