Skip to content

Instantly share code, notes, and snippets.

@philopon
Created May 17, 2018 19:07
Show Gist options
  • Select an option

  • Save philopon/ab347e87c5594bc7537bce05410b3fed to your computer and use it in GitHub Desktop.

Select an option

Save philopon/ab347e87c5594bc7537bce05410b3fed to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>synergy-mac</string>
<key>ProgramArguments</key>
<array>
<string>/Applications/Synergy.app/Contents/Resources/synergy-tray</string>
</array>
<key>KeepAlive</key>
<true/>
<key>RunAtLoad</key>
<true/>
</dict>
</plist>
@philopon
Copy link
Author

curl -o ~/Library/LaunchAgents/synergy.plist https://gist.githubusercontent.com/philopon/ab347e87c5594bc7537bce05410b3fed/raw/27eba9a05bed9b0a447a9a89d15a44a08dc29fe1/synergy.plist
launchctl load ~/Library/LaunchAgents/synergy.plist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment