laptop: Fix renamed options

This commit is contained in:
SebastianStork 2025-11-26 20:16:32 +01:00
parent 797c074e90
commit 3155b96ce1
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI

View file

@ -30,9 +30,9 @@
criticalPowerAction = "Hibernate"; criticalPowerAction = "Hibernate";
}; };
logind = { logind.settings.Login = {
powerKey = "suspend-then-hibernate"; HandlePowerKey = "suspend-then-hibernate";
lidSwitch = "suspend-then-hibernate"; HandleLidSwitch = "suspend-then-hibernate";
}; };
}; };