ignore short power button
This commit is contained in:
parent
910654232a
commit
5ac6e0a4c3
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
services.logind = {
|
services.logind = {
|
||||||
powerKey = "suspend";
|
powerKey = "ignore";
|
||||||
powerKeyLongPress = "poweroff";
|
powerKeyLongPress = "poweroff";
|
||||||
lidSwitch = "suspend";
|
lidSwitch = "suspend";
|
||||||
lidSwitchDocked = "ignore";
|
lidSwitchDocked = "ignore";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue