ignore short power button

This commit is contained in:
twoneis 2024-08-19 16:06:37 +02:00
parent 035cdf62cd
commit 651487d9d2

View file

@ -22,8 +22,10 @@ in {
};
services.logind = {
powerKey = "poweroff";
powerKey = "ignore";
powerKeyLongPress = "poweroff";
lidSwitch = "suspend";
lidSwitchDocked = "ignore";
};
home-manager.users.${conf.username} = {