Skip to content

Instantly share code, notes, and snippets.

@thatchrisblack
Created October 17, 2016 16:36
Show Gist options
  • Save thatchrisblack/f25ea9e4fc0f4cbd49c6601b717d3624 to your computer and use it in GitHub Desktop.
Save thatchrisblack/f25ea9e4fc0f4cbd49c6601b717d3624 to your computer and use it in GitHub Desktop.
Fix Synergy Lag on Macs
El Capitan and Sierra are pretty agressive with putting the wifi interface in power saving modes.
Running the following code in Terminal has made running [Synergy](http://symless.com) over wifi useable for me.
ping -i 0.1 -s 0 $SYNERGY_SERVER_ADDRESS > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment