From 78fd05c1c62786cc279544b8e0451f60b89485ae Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 13 Sep 2021 11:49:17 +0530 Subject: [PATCH] ... --- kitty/options/definition.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 1d92fd554..c0aeaa0ee 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -2552,8 +2552,8 @@ control exactly which actions are allowed. The set of possible actions is: write-clipboard read-clipboard write-primary read-primary. The default is to allow writing to the clipboard and primary selection. Note that enabling the read functionality is a security risk as it means that any program, even one -running on a remote server via SSH can read your clipboard. See also :opt:` -clipboard_max_size`. +running on a remote server via SSH can read your clipboard. See also +:opt:`clipboard_max_size`. ''' )