diff --git a/my_home/.Xresources b/my_home/.Xresources new file mode 100644 index 0000000..5d3714c --- /dev/null +++ b/my_home/.Xresources @@ -0,0 +1,25 @@ +URxvt*perl-lib: /usr/pkg/lib/urxvt/perl/ +URxvt*perl-ext-common: default,tabbed,matcher +URxvt*url-launcher: /usr/bin/firefox +URxvt*matcher.button: 1 +!URxvt*matcher.pattern.1: \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-] +URxvt*termName: xterm-256color +URxvt*depth: 32 +URxvt*background: [90]#000000 +URxvt*foreground: #ffffff +URxvt*scrollBar_right: true +URxvt*font: xft:Monospace:size=12 +URxvt.letterSpace: -1 +!URxvt.font: 9x15 +URxvt*geometry: 82x25 +URxvt.iso14755: false +URxvt.iso14755_52: false + +Xft.antialias: true +Xft.hinting: true +Xft.hintstyle: hintsfull +!Xft.autohint: false +Xft.lcdfilter: lcddefault + +!*background: #000000 +!*foreground: #ffffff