Compare commits
3 Commits
6196850d1f
...
9e88ab28c3
| Author | SHA1 | Date | |
|---|---|---|---|
|
9e88ab28c3
|
|||
|
dac2cefb67
|
|||
|
66183e761c
|
@@ -32,14 +32,16 @@
|
||||
TPACPI_ENABLE = 1;
|
||||
TPSMAPI_ENABLE = 1;
|
||||
|
||||
# Disable touchscreen to save battery
|
||||
RUNTIME_PM_DRIVER_BLACKLIST = "usbhid";
|
||||
# Disable bluetooth on startup
|
||||
DEVICES_TO_DISABLE_ON_STARTUP = "bluetooth";
|
||||
};
|
||||
};
|
||||
|
||||
# Suspend to RAM/disk when battery is critical
|
||||
services.upower = {
|
||||
enable = true;
|
||||
percentageAction = 5;
|
||||
percentageLow = 15;
|
||||
percentageCritical = 10;
|
||||
percentageAction = 7;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user