diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2019-11-18 08:18:27 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-11-24 00:02:20 +0100 |
commit | 408cfc390e03b1db40bc4d8a864ce5c734812987 (patch) | |
tree | 9b80ad9ea88a6f0ab78cdb1da437c77ab8d7aa72 /nx-X11/programs/Xserver/hw/nxagent/man | |
parent | 15647323cd8c57b771e187a4c6e7804d943e9c77 (diff) | |
download | nx-libs-408cfc390e03b1db40bc4d8a864ce5c734812987.tar.gz nx-libs-408cfc390e03b1db40bc4d8a864ce5c734812987.tar.bz2 nx-libs-408cfc390e03b1db40bc4d8a864ce5c734812987.zip |
nxagent manpage: extend clipboard documentation
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/man')
-rw-r--r-- | nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 index ae2dc59c0..edd54011b 100644 --- a/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 +++ b/nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1 @@ -663,9 +663,21 @@ model. Using \fIoff\fR this conversion can be suppressed and with .BR both | client | server | none -enable / disable (set to: \fInone\fR) clipboard support, -uni-directional (\fIserver\fR or \fIclient\fR) or bi-directional -(\fIboth\fR, default setting) support +.RS 8 +.TP 8 +.I both +Allow clipboard data exchange both from nxagent to real X server and vice-versa. This is the default. +.TP 8 +.I client +Limit clipboard data exchange to work only in one direction: from real X server to nxagent. +Clipboard will still work inside nxagent. This setting effectively prevents data leakage from the nxagent session to the outside. +.TP 8 +.I server +Limit clipboard data exchange to work only in one direction: from nxagent to real X server. +.TP 8 +.I none +Disable any clipboard data exchange. Clipboard will still work inside the nxagent and on the real X server, but no data exchange will be possible. +.RE .TP 8 .B streaming=<int> streaming support for images, not fully implemented yet and thus non-functional |