From 4526bd62b596a1458514552dba0e39e0f40db24e Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 19 Aug 2011 08:19:24 -0400 Subject: better urxvt defaults --- .Xdefaults | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .Xdefaults diff --git a/.Xdefaults b/.Xdefaults new file mode 100644 index 0000000..5d3c85b --- /dev/null +++ b/.Xdefaults @@ -0,0 +1,14 @@ +URxvt.background: #000000 +URxvt.foreground: #CCCCCC + +URxvt.scrollstyle: plain +URxvt.scrollBar_floating: true + +URxvt.font: xft:Monospace-8 +URxvt.cursorBlink: true +URxvt.termName: xterm-256color +URxvt.pastableTabs: true + +URxvt.scrollTtyOutput: false +URxvt.scrollTtyKeypress: false +URxvt.scrollWithBuffer: true -- cgit v1.2.3-54-g00ecf