Compare commits
No commits in common. "9e88ab28c323ca25b2ca5f087cb965ee4a681ab8" and "6196850d1fcedda939d517add38a5d72970727be" have entirely different histories.
9e88ab28c3
...
6196850d1f
@ -32,16 +32,14 @@
|
|||||||
TPACPI_ENABLE = 1;
|
TPACPI_ENABLE = 1;
|
||||||
TPSMAPI_ENABLE = 1;
|
TPSMAPI_ENABLE = 1;
|
||||||
|
|
||||||
# Disable bluetooth on startup
|
# Disable touchscreen to save battery
|
||||||
DEVICES_TO_DISABLE_ON_STARTUP = "bluetooth";
|
RUNTIME_PM_DRIVER_BLACKLIST = "usbhid";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Suspend to RAM/disk when battery is critical
|
# Suspend to RAM/disk when battery is critical
|
||||||
services.upower = {
|
services.upower = {
|
||||||
enable = true;
|
enable = true;
|
||||||
percentageLow = 15;
|
percentageAction = 5;
|
||||||
percentageCritical = 10;
|
|
||||||
percentageAction = 7;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user