From a7dd8195193b2ece6b0f0451c66f5ead0483caed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bert=20M=C3=BCnnich?= Date: Sun, 28 Oct 2012 13:58:40 +0100 Subject: [PATCH] Documented clipboard.autocopy resource setting --- README.md | 4 ++++ clipboard | 3 +++ 2 files changed, 7 insertions(+) diff --git a/README.md b/README.md index e141cea..a2a8ee3 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,10 @@ After installing, put the following lines in your .Xdefaults/.Xresources: URxvt.keysym.M-v: perl:clipboard:paste URxvt.keysym.M-C-v: perl:clipboard:paste_escaped +Options: + URxvt.clipboard.autocopy: if set to true, the clipboard is automatically + updated whenever the PRIMARY selection changes + You can also overwrite the system commands to use for copying/pasting. The default ones are: diff --git a/clipboard b/clipboard index 84affe1..8e71792 100644 --- a/clipboard +++ b/clipboard @@ -13,6 +13,9 @@ # URxvt.keysym.M-v: perl:clipboard:paste # URxvt.keysym.M-C-v: perl:clipboard:paste_escaped +# Options: +# URxvt.clipboard.autocopy: If true, PRIMARY overwrites clipboard + # You can also overwrite the system commands to use for copying/pasting. # The default ones are: # URxvt.clipboard.copycmd: xsel -ib