diff --git a/pm/sauvkipeu.md b/pm/sauvkipeu.md index 42a977f..58a0c03 100644 --- a/pm/sauvkipeu.md +++ b/pm/sauvkipeu.md @@ -57,3 +57,15 @@ TODO ? @localhost admin@a-lec.org @aunt.libre-en-communs.org admin@a-lec.org + +## Désactivation du suspend à la fermeture du capot + +Éditer le fichier `/etc/systemd/logind.conf` : +``` + #HandleLidSwitch=suspend ++ HandleLidSwitch=ignore +``` +Puis redémarrage du service : +``` +systemctl restart systemd-logind.service +```