Synergy: Difference between revisions

From Han Wiki
Jump to navigation Jump to search
autostart on client
 
add category
 
(One intermediate revision by the same user not shown)
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>
[[Category:System administration]]

Latest revision as of 15:08, 26 May 2017

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>