From 16531d415f3d91f34ecdb1387569741cc972cec6 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Mon, 24 Mar 2025 22:13:47 -0400 Subject: [PATCH] Add .Xresources for urxvt stuff --- my_home/.Xresources | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 my_home/.Xresources 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