summarylogtreecommitdiffstats
path: root/urxvt-perls.install
blob: d23bd21f94803fc305dbc72dc41bb769f1e03451 (plain)
1
2
3
4
5
6
7
8
9
10
post_install () {
  echo "-> To enable extensions place the following in ~/.Xresources"
  echo "   (change to whatever suits your needs)"
  echo " URxvt.perl-ext-common:      default,clipboard,url-select,keyboard-select"
  echo " URxvt.url-select.launcher:  chromium"
  echo " URxvt.url-select.underline: true"
  echo " URxvt.keysym.M-u:           perl:url-select:select_next"
  echo " URxvt.keysym.M-Escape:      perl:keyboard-select:activate"
  echo " URxvt.keysym.M-s:           perl:keyboard-select:search"
}