diff options
| author | 2026-05-13 13:43:10 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:10 +0100 | |
| commit | 94e37937f7fda28f60d9ad7c56b4cb5e771ef5ce (patch) | |
| tree | d9254fcbe6bedc812e67944e7024f79c51f2a827 /etc/UPower | |
| parent | ec70127d437e4e6675f79c2a814db84ec6dbfe86 (diff) | |
| download | dotfiles-94e37937f7fda28f60d9ad7c56b4cb5e771ef5ce.tar.gz dotfiles-94e37937f7fda28f60d9ad7c56b4cb5e771ef5ce.tar.bz2 dotfiles-94e37937f7fda28f60d9ad7c56b4cb5e771ef5ce.zip | |
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.
Diffstat (limited to 'etc/UPower')
| -rw-r--r-- | etc/UPower/UPower.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
