Commit 408cfc39 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

nxagent manpage: extend clipboard documentation

parent 15647323
...@@ -663,9 +663,21 @@ model. Using \fIoff\fR this conversion can be suppressed and with ...@@ -663,9 +663,21 @@ model. Using \fIoff\fR this conversion can be suppressed and with
.BR both | client | server | none .BR both | client | server | none
enable / disable (set to: \fInone\fR) clipboard support, .RS 8
uni-directional (\fIserver\fR or \fIclient\fR) or bi-directional .TP 8
(\fIboth\fR, default setting) support .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 .TP 8
.B streaming=<int> .B streaming=<int>
streaming support for images, not fully implemented yet and thus non-functional streaming support for images, not fully implemented yet and thus non-functional
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment