Enable clipboard from and to client by default

This commit is contained in:
Dmitry Maksyoma 2022-09-08 15:32:19 +12:00
parent 4a4c53d292
commit 9a49e96a7f

View File

@ -74,11 +74,11 @@ data_loss_prevention:
- image/png - image/png
# Add to docs: Cut buffers and CLIPBOARD selection. # Add to docs: Cut buffers and CLIPBOARD selection.
server_to_client: server_to_client:
enabled: false enabled: true
size: unlimited size: unlimited
primary_clipboard_enabled: false primary_clipboard_enabled: false
client_to_server: client_to_server:
enabled: false enabled: true
size: unlimited size: unlimited
keyboard: keyboard:
enabled: true enabled: true