Documented clipboard.autocopy resource setting

This commit is contained in:
Bert Münnich 2012-10-28 13:58:40 +01:00
parent 9c57d2597b
commit a7dd819519
2 changed files with 7 additions and 0 deletions

View File

@ -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:

View File

@ -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