Tweak upower daemon battery thresholds

This commit is contained in:
coolneng 2020-09-15 13:47:44 +02:00
parent dac2cefb67
commit 9e88ab28c3
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 1 deletions

View File

@ -40,6 +40,8 @@
# Suspend to RAM/disk when battery is critical
services.upower = {
enable = true;
percentageAction = 5;
percentageLow = 15;
percentageCritical = 10;
percentageAction = 7;
};
}