Skip to content

Instantly share code, notes, and snippets.

@xr09
Created May 3, 2013 12:18
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 xr09/5508785 to your computer and use it in GitHub Desktop.
Save xr09/5508785 to your computer and use it in GitHub Desktop.
my synergy config, put this in .synergy.conf in your home
section: screens
# two hosts named: desktop and laptop
# These are the nice names of the hosts to make it easy to write the config file
# The aliases section below contain the "actual" names of the hosts (their hostnames)
laptop:
desktop:
end
section: links
desktop:
left = laptop
# laptop is to the left of desktop
laptop:
right = desktop
end
# real names of workstations
section: aliases
laptop:
megalodon
desktop:
ironforge
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment