ignore short power button

This commit is contained in:
twoneis 2024-09-07 02:15:16 +02:00
parent 910654232a
commit 5ac6e0a4c3

View file

@ -37,7 +37,7 @@ in {
};
services.logind = {
powerKey = "suspend";
powerKey = "ignore";
powerKeyLongPress = "poweroff";
lidSwitch = "suspend";
lidSwitchDocked = "ignore";