Documented clipboard.autocopy resource setting
This commit is contained in:
parent
9c57d2597b
commit
a7dd819519
@ -83,6 +83,10 @@ After installing, put the following lines in your .Xdefaults/.Xresources:
|
|||||||
URxvt.keysym.M-v: perl:clipboard:paste
|
URxvt.keysym.M-v: perl:clipboard:paste
|
||||||
URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
|
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.
|
You can also overwrite the system commands to use for copying/pasting.
|
||||||
The default ones are:
|
The default ones are:
|
||||||
|
|
||||||
|
@ -13,6 +13,9 @@
|
|||||||
# URxvt.keysym.M-v: perl:clipboard:paste
|
# URxvt.keysym.M-v: perl:clipboard:paste
|
||||||
# URxvt.keysym.M-C-v: perl:clipboard:paste_escaped
|
# 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.
|
# You can also overwrite the system commands to use for copying/pasting.
|
||||||
# The default ones are:
|
# The default ones are:
|
||||||
# URxvt.clipboard.copycmd: xsel -ib
|
# URxvt.clipboard.copycmd: xsel -ib
|
||||||
|
Loading…
Reference in New Issue
Block a user