When I power down the laptop and close the lid the poweroff process is paused and finishes shutdown the next time I open the lid . I dont want default lid close to poweroff .
Is there a to set poweroff action only when shutting down the system
Did you configure the power manager correctly?
Closing lid not until shutdown process is finished?
I have not made any changes . Its the default configuration
When using systemd I never faced this issue. And its force of habbit close the lid
/etc/elogind/logind.conf --> HandleLidSwitch=ignore
This would default lid close to ignore . And thats not what I want. I would like it to ignore only when it is the powering off process
How do you power off? Supposedly, loginctl poweroff inhibits other ACPI events from interfering.
[EDIT]: The man page is a little confusing (for me), but you can also try changing the value of LidSwitchIgnoreInhibited to no.
idk if this should happen but i think it works for `loginctl poweroff` and not for `poweroff`
anyways ill mark it solved. Thank You !! :)