powerManagement: set docking action
This commit is contained in:
parent
05cb2748ba
commit
b4a19d2bb9
|
@ -13,13 +13,13 @@
|
||||||
services = {
|
services = {
|
||||||
logind = {
|
logind = {
|
||||||
lidSwitch = "hybrid-sleep";
|
lidSwitch = "hybrid-sleep";
|
||||||
lidSwitchDocked = "hybrid-sleep";
|
lidSwitchDocked = "ignore";
|
||||||
};
|
};
|
||||||
tlp.enable = false;
|
tlp.enable = false;
|
||||||
upower = {
|
upower = {
|
||||||
enable = true; # Enable application power managemetn support
|
enable = true; # Enable application power managemetn support
|
||||||
percentageCritical = 15;
|
percentageCritical = 15;
|
||||||
percentageAction = 10;
|
percentageAction = 15;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue