2 echo "==> To enable mark-yank-urls place the following in ~/.Xdefaults"
3 echo "==> # customise this to whatever suits your needs"
4 echo "==> URxvt.perl-ext-common: default,selection,mark-yank-urls"
5 echo "==> URxvt.urlLauncher: /usr/bin/firefox"
6 echo "==> URxvt.keysym.M-u: perl:mark-yank-urls:activate_mark_mode"
7 echo "==> URxvt.underlineURLs: true"
8 # echo "==> See the wiki page for more info:"
9 # echo "==> http://wiki.archlinux.org/index.php/Rxvt-unicode"