Skip to content

Instantly share code, notes, and snippets.

@bjesuiter
Created February 4, 2018 08:51
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 bjesuiter/8936d7c8dd67a225b8466770ca66b83c to your computer and use it in GitHub Desktop.
Save bjesuiter/8936d7c8dd67a225b8466770ca66b83c to your computer and use it in GitHub Desktop.
SH Script for MacOS to disable Symless Synergy
#!/usr/bin/env bash
# Option for enabling and disabling the Service will come in 2018 to Synergy directly
launchctl unload /Library/LaunchAgents/com.symless.synergy.synergy-service.plist
sudo killall synergy-core
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment