Created
July 14, 2017 01:30
-
-
Save YanhaoYang/803979abc65bfb7141b4b24e845b5e5d to your computer and use it in GitHub Desktop.
/etc/rc.local for Mint on Mac
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
# fix keyboard | |
echo 0 > /sys/module/hid_apple/parameters/iso_layout | |
# prevent wakeup from usb | |
echo XHC1 > /proc/acpi/wakeup | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment