Post #1997274
2026-05-03 20:42 UTC
/etc/systemd/logind.conf
HandleLidSwitch=suspend
Replies (2)
-
@Ooops@feddit.org 2026-05-04 00:53
Also HandleLidSwitchExternalPower= for when it’s still plugged in when you close the lid.
-
@Mordikan@kbin.earth 2026-05-04 03:37
NixOS for fun: powerManagement.enable = true; services.logind.extraConfig = ''HandleLidSwitch=suspend'';