Added url-matching and removed automatic printing in Xresources
Getty Ritter
8 years ago
1 |
URxvt.url |
|
1 | URxvt.url-launcher: /usr/bin/firefox | |
2 | URxvt.keysym.M-Delete: perl:matcher:list | |
3 | URxvt.perl-ext-common: default,matcher | |
2 | 4 | Urxvt.matcher.button: 1 |
3 | 5 | URxvt.perl-exp.common: matcher |
4 | 6 | URxvt.transparent: true |
7 | 9 | URxvt.font: xft:Inconsolata:style=Medium:size=14,xft:Symbola:style=Regular:size=14 |
8 | 10 | URxvt*.foreground: white |
9 | 11 | URxvt*.background: black |
12 | URxvt.print-pipe: "cat >/dev/null" | |
10 | 13 | |
11 | 14 | Emacs.font: Inconsolata |
12 | 15 | Emacs.fontBackend: xft |