Add support for DLP_Region

This commit is contained in:
Lauri Kasanen
2021-03-15 13:48:56 +02:00
parent fed991d697
commit c3e30dcea1
5 changed files with 172 additions and 0 deletions

View File

@ -280,6 +280,12 @@ Kasm exposes a few settings to the client the standard VNC does not.
This param lets the server ignore those.
.
.TP
.B \-DLP_Region \fIx1,y1,x2,y2\fP
Black out anything outside this region. x1,y1 is the upper-left corner,
and x2,y2 the lower-left. In addition to absolute pixel values, percentages
are allowed, zero means "default", and a negative number means "border".
.
.TP
.B \-DLP_ClipSendMax \fIbytes\fP
Limit clipboard bytes to send to clients in one transaction. Default 10,000.
0 disables the limit, use \fBSendCutText\fP to disable clipboard sending entirely.