synergy
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
synergy [2018/05/07 21:09] – [Starting server / client] k2patel | synergy [2020/12/22 23:37] (current) – [Synergy] k2patel | ||
---|---|---|---|
Line 2: | Line 2: | ||
Project : [[https:// | Project : [[https:// | ||
+ | |||
+ | :!: Barrier / Opensource forked from 1.x after it became paid. | ||
+ | Project : [[https:// | ||
==== Installation ==== | ==== Installation ==== | ||
Line 51: | Line 54: | ||
=== Server === | === Server === | ||
+ | == Configuration == | ||
+ | <code bash | ~/ | ||
+ | # sample synergy configuration file | ||
+ | # | ||
+ | # comments begin with the # character and continue to the end of | ||
+ | # line. comments may appear anywhere the syntax permits. | ||
+ | # +-------+ | ||
+ | # |Laptop | |Desktop1| |iMac | | ||
+ | # | | ||
+ | # +-------+ | ||
+ | |||
+ | |||
+ | section: screens | ||
+ | # three hosts named: | ||
+ | # These are the nice names of the hosts to make it easy to write the config file | ||
+ | # The aliases section below contain the " | ||
+ | desk: | ||
+ | mac: | ||
+ | end | ||
+ | |||
+ | section: links | ||
+ | # iMac is to the right of Desktop1 | ||
+ | # Laptop is to the left of Desktop1 | ||
+ | desk: | ||
+ | right = mac | ||
+ | |||
+ | # Desktop1 is to the right of Laptop | ||
+ | mac: | ||
+ | left = desk | ||
+ | |||
+ | end | ||
+ | |||
+ | section: aliases | ||
+ | # The " | ||
+ | desk: | ||
+ | desk | ||
+ | |||
+ | mac: | ||
+ | mac | ||
+ | end | ||
+ | </ | ||
+ | Now server can be using following command. | ||
<code bash | start server> | <code bash | start server> | ||
/ | / |
synergy.1525727386.txt.gz · Last modified: 2020/08/10 02:29 (external edit)