Created
August 9, 2014 08:35
-
-
Save chaitu87/cff2fe1029fe40e871ba to your computer and use it in GitHub Desktop.
Synergy Configuration for Laptop on left and another desktop on right
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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