Quote:
Originally Posted by smallhuman
I changed 'suspend' from something else but it did not work. So I deleted all the bindings but all the bindings still alive with the default settings.
|
i also tried changing the action of lid suspend to a couple o different things (open a menu and launch a program), but neither of those worked. deleting the lid closed acpi binding also did not stop my system from suspending when i closed the lid. i did not reboot between all of those changes since key bindings don't require a reboot. i suppose that might have been a helpful thing to try...
however, i read a bit on this link:
Quote:
Originally Posted by JJJCR
|
and the easiest option i saw in
this post that might also be something i could try on my system was:
Quote:
Disable systemd control of Lid Switch at /etc/systemd/logind.conf by uncommenting and adjusting this line:
Code:
HandleLidSwitch=ignore
|
the default for my system was #HandleLidSwitch=suspend so i removed the # to uncomment the entry and changed
suspend to
ignore making it look like the entry above.
after a reboot, my system now does not suspend when i shut the lid. of course if you ever want the lid to trigger an action you would need to adjust that, but hopefully it will get your system to stop suspending when you shut the lid
