powerManagement: set docking action
This commit is contained in:
parent
05cb2748ba
commit
b4a19d2bb9
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue