Skip to content

Instantly share code, notes, and snippets.

@chaitu87
Created August 9, 2014 08:35
Show Gist options
  • Save chaitu87/cff2fe1029fe40e871ba to your computer and use it in GitHub Desktop.
Save chaitu87/cff2fe1029fe40e871ba to your computer and use it in GitHub Desktop.
Synergy Configuration for Laptop on left and another desktop on right
# sample synergy configuration file
#
# comments begin with the # character and continue to the end of
# line. comments may appear anywhere the syntax permits.
# +-------+ +--------+
# |Laptop | |Desktop |
# | | | |
# +-------+ +--------+
section: screens
Laptop:
Desktop:
end
section: links
# iMac is to the right of Desktop1
# Laptop is to the left of Desktop1
Desktop:
left = Laptop
Laptop:
right = Desktop
end
section: aliases
Desktop:
Deadpool
Laptop:
nananaimbatman
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment