This commit is contained in:
Yan Lin 2025-10-23 22:29:08 +02:00
parent 255c2739a3
commit 3ebb297306

View file

@ -246,7 +246,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 = "suspend"; HandleLidSwitchExternalPower = "ignore";
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";