synergy setup

raspberrypi as Server

macpro as Client

Server do : nano $HOME/.synergy.conf

.synergy.conf :

ection: screens

macpro.local: # Hostname".local" is mac standard

raspberrypi: # "raspberrypi" is pi stardard

end

section: aliases

macpro.local:

10.0.0.1

raspberrypi:

10.0.0.2

end

section: links

macpro.local:

right = raspberrypi

raspberrypi:

left = macpro.local

end

synergy.conf : ctrl+o to save and ctrl+x to exit

Server do : synergys -f --config $HOME/.synergy.conf

Client do : synergyc -f 10.0.0.1

= all works if u Lucky :) [work for me]