Created
February 13, 2018 20:00
-
-
Save cleverca22/4fdc90eccecf3dba5f373b5af9ad3a58 to your computer and use it in GitHub Desktop.
This file contains 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
[root@system76:~]# cat /proc/acpi/wakeup | grep -i lid | grep enabled && echo yes | |
LID0 S3 *enabled platform:PNP0C0D:00 | |
yes | |
[root@system76:~]# echo LID0 > /proc/acpi/wakeup | |
[root@system76:~]# cat /proc/acpi/wakeup | grep -i lid | grep enabled && echo yes | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment