diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-21 17:29:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-21 17:29:41 +0200 |
commit | af1579850722461623ca3f74fd5a14fd20fb41c9 (patch) | |
tree | a91e7e8cc884a89e0f54e9282bf7e3d379756068 /doc/info/mds.texinfo | |
parent | we do not need mds-iclipboard and mds-idrag, introducing metadisplay servers (diff) | |
download | mds-af1579850722461623ca3f74fd5a14fd20fb41c9.tar.gz mds-af1579850722461623ca3f74fd5a14fd20fb41c9.tar.bz2 mds-af1579850722461623ca3f74fd5a14fd20fb41c9.tar.xz |
a comment on network-shared meta-displays
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/mds.texinfo | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 42616e4..38c94cc 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -1750,6 +1750,17 @@ rather than joining an existing meta-display, it will spawn @file{~/.mdsmetainitrc} to let you start the shared servers. +An interesting property of @command{mds-meta} is +that it can be used to share servers across display +servers on multiple computers. For example, if you +start @command{mds-host} and @command{mds-clipboard} +inside the meta-display on your central computer, +displays started on other servers can run +@command{mds-remote} to connect to the meta-display +so that all computers share the same clipboard. +However, this network will be centralised and not +distributed, so it is not perfect. + @node mds-seat |