Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamrobbie/2956426 to your computer and use it in GitHub Desktop.
Save adamrobbie/2956426 to your computer and use it in GitHub Desktop.
Some 3rd party bluetooth devices will cause input lag when a Mac OSX is awoken from sleep. This snippet will unload and reload the bluetooth plist resolving the issue.
sudo launchctl unload /System/Library/LaunchDaemons/com.apple.blued.plist && launchctl load /System/Library/LaunchDaemons/com.apple.blued.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment