Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. $ cat /etc/synergy.conf
  2. # sample synergy configuration file
  3. #
  4. # comments begin with the # character and continue to the end of
  5. # line. comments may appear anywhere the syntax permits.
  6.  
  7. section: screens
  8. # three hosts named: moe, larry, and curly
  9. gklab-81-019:
  10. mnowikow-mobl:
  11. gklab-81-051:
  12. end
  13.  
  14. section: links
  15. mnowikow-mobl:
  16. right = gklab-81-019
  17. left = gklab-81-051
  18. gklab-81-019:
  19. left = mnowikow-mobl
  20. right = gklab-81-051
  21. gklab-81-051:
  22. right = mnowikow-mobl
  23. left = gklab-81-019
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement