From a9029f023332b6330162150ec439630297140477 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 17 Oct 2011 13:26:52 -0400 Subject: [PATCH] add Xdefaults --- Xdefaults | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Xdefaults diff --git a/Xdefaults b/Xdefaults new file mode 100644 index 0000000..11784a5 --- /dev/null +++ b/Xdefaults @@ -0,0 +1,8 @@ +!URxvt.font: xft:DejaVu Sans Mono:antialias=true:pixelsize=10 +!URxvt.boldFont: xft:DejaVu Sans Mono:style=bold:antialias=true:pixelsize=10 +URxvt.font: xft:Ubuntu Mono:antialias=true:pixelsize=12 +URxvt.boldFont: xft:Ubuntu Mono:style=bold:antialias=true:pixelsize=12 +URxvt.scrollBar_right: true +URxvt.background: black +URxvt.foreground: white +!URxvt.borderLess: true