4 Add the following to ~/.Xdefaults
5 ==========================================
6 URxvt.perl-ext-common: clipboard
7 URxvt.keysym.Mod4-c: perl:clipboard:copy
8 URxvt.keysym.Mod4-v: perl:clipboard:paste
9 ==========================================
11 Also please consult command "xmodmap" to see what your modifier mapped into.
18 Don't forget to remove "clipboard" from the "URxvt.perl-ext-common" field
23 # vim: set ts=2 sw=2 et: