ignore short power button
This commit is contained in:
parent
035cdf62cd
commit
651487d9d2
1 changed files with 3 additions and 1 deletions
|
@ -22,8 +22,10 @@ in {
|
|||
};
|
||||
|
||||
services.logind = {
|
||||
powerKey = "poweroff";
|
||||
powerKey = "ignore";
|
||||
powerKeyLongPress = "poweroff";
|
||||
lidSwitch = "suspend";
|
||||
lidSwitchDocked = "ignore";
|
||||
};
|
||||
|
||||
home-manager.users.${conf.username} = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue