Feature #450
Disabling the Suspend on Lid Close Feature on Arch Linux
Description
I recently setup a laptop with Arch Linux, and found the desire to be able to close the lid of the laptop without suspending the laptop.
- Edit
/etc/systemd/logind.conf
and make sure you haveHandleLidSwitch=ignore
Which will make it ignore the lid being closed.
- To immediately apply these changes without needing to log out and and log back in, open a terminal and run:
h2. Resources * https://unix.stackexchange.com/questions/52643/how-to-disable-auto-suspend-when-i-close-laptop-lid systemctl restart systemd-logind
Updated by Daniel Curtis over 10 years ago
- Description updated (diff)
- Status changed from New to In Progress
- % Done changed from 50 to 100