updated on Tue Jan 17 08:05:08 UTC 2012
[aur-mirror.git] / urxvt-yac / urxvt-yac.install
blobf5717ba3befa924b63a3606ded0cc4935e665f1a
1 post_install ()
3 cat << EOF
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.
12 EOF
15 post_remove ()
17 car << EOF
18 Don't forget to remove "clipboard" from the "URxvt.perl-ext-common" field
19 in ~/.Xdefaults.
20 EOF
23 # vim: set ts=2 sw=2 et: