Created
January 9, 2020 16:31
-
-
Save Fef0/fb0b09321f0ccf2935235f71a3cc97b7 to your computer and use it in GitHub Desktop.
Fix Thinkpad going to sleep when docked and lid is closed using Arch Linux and Systemd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Open /etc/systemd/logind.conf, then uncomment and edit these fields: | |
| ``` | |
| HandleLidSwitch=ignore | |
| HandleLidSwitchExternalPower=ignore | |
| HandleLidSwitchDocked=ignore | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment