https://andrewbaker.ninja/wp-content/themes/twentysixteen/fonts/merriweather-plus-montserrat-plus-inconsolata.css

👁4views
MacOsX: Disable clipboard sharing/ handoff

CloudScale SEO — AI Article Summary
What it isThis article provides instructions for disabling the handoff feature on macOS that automatically shares clipboard content between Apple devices.
Why it mattersMany users find the automatic clipboard sharing between devices annoying or intrusive, and the setting location is difficult to remember in macOS settings.
Key takeawayYou can disable handoff clipboard sharing with a simple script rather than hunting through system preferences.

For the life of me I can never remember where this sits in the settings, all I know is that it irritates me constantly 🙂

So to turn off handoff, run the script below:

# Turn off Handoff
defaults write ~/Library/Preferences/ByHost/com.apple.coreservices.useractivityd.plist ActivityAdvertisingAllowed -bool no
defaults write ~/Library/Preferences/ByHost/com.apple.coreservices.useractivityd.plist ActivityReceivingAllowed -bool no

# Restart sharingd
killall sharingd

Leave a Reply

Your email address will not be published. Required fields are marked *