Synergy: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
autostart on client
 
No edit summary
Line 4: Line 4:
Add the following line at the end of /etc/lightdm/lightdm.conf to start it as a client:
Add the following line at the end of /etc/lightdm/lightdm.conf to start it as a client:


<source lang="bash" highlight="1">
<source lang="cfg">
[SeatDefaults]
[SeatDefaults]
greeter-setup-script=/usr/bin/synergyc <OPTIONS> <SERVER>
greeter-setup-script=/usr/bin/synergyc <OPTIONS> <SERVER>
</source>
</source>

Revision as of 12:11, 12 May 2016

Autostart Synergy before logging in

  • Last tested on Ubuntu 16.04 LTS (xenial) | easy | less than five minutes

Add the following line at the end of /etc/lightdm/lightdm.conf to start it as a client:

[SeatDefaults]
greeter-setup-script=/usr/bin/synergyc <OPTIONS> <SERVER>