Skip to content

Instantly share code, notes, and snippets.

@corei8
Created January 6, 2020 22:24
Show Gist options
  • Save corei8/b6d192603a20fae2d9f91229e73e3c05 to your computer and use it in GitHub Desktop.
Save corei8/b6d192603a20fae2d9f91229e73e3c05 to your computer and use it in GitHub Desktop.
[Enable Sidecar in older Macs] #mac #sidecar #bash
defaults write com.apple.sidecar.display AllowAllDevices -bool true; defaults write com.apple.sidecar.display hasShownPref -bool true; open /System/Library/PreferencePanes/Sidecar.prefPane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment