This commit is contained in:
Yan Lin 2025-10-20 19:04:51 +02:00
parent b844a37730
commit deb050d084

View file

@ -245,7 +245,7 @@ in
Login = { Login = {
HandleLidSwitch = "suspend"; # Suspend on lid close (battery only) HandleLidSwitch = "suspend"; # Suspend on lid close (battery only)
HandleLidSwitchDocked = "ignore"; HandleLidSwitchDocked = "ignore";
HandleLidSwitchExternalPower = "ignore"; # Don't suspend on lid close when on AC HandleLidSwitchExternalPower = "suspend";
HandlePowerKey = "suspend"; # Suspend on power button press HandlePowerKey = "suspend"; # Suspend on power button press
HandleSuspendKey = "suspend"; # Allow manual suspend from GNOME menu HandleSuspendKey = "suspend"; # Allow manual suspend from GNOME menu
HandleHibernateKey = "ignore"; HandleHibernateKey = "ignore";