powerManagement: set docking action

This commit is contained in:
Serĉanto de Scio 2021-09-03 21:55:08 +10:00
parent 05cb2748ba
commit b4a19d2bb9
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -13,13 +13,13 @@
services = {
logind = {
lidSwitch = "hybrid-sleep";
lidSwitchDocked = "hybrid-sleep";
lidSwitchDocked = "ignore";
};
tlp.enable = false;
upower = {
enable = true; # Enable application power managemetn support
percentageCritical = 15;
percentageAction = 10;
percentageAction = 15;
};
};
}