mino
This commit is contained in:
parent
b844a37730
commit
deb050d084
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue