Skip to content

Instantly share code, notes, and snippets.

@YanhaoYang
Created July 14, 2017 01:30
Show Gist options
  • Save YanhaoYang/803979abc65bfb7141b4b24e845b5e5d to your computer and use it in GitHub Desktop.
Save YanhaoYang/803979abc65bfb7141b4b24e845b5e5d to your computer and use it in GitHub Desktop.
/etc/rc.local for Mint on Mac
# 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