summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-08-19 08:19:24 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-08-19 08:19:24 -0400
commit4526bd62b596a1458514552dba0e39e0f40db24e (patch)
treeb9219c451e1d7b34053a8f94660b2391ebbf5e0c
parentf33eab7bb05978f0402d1f8238ab2985498c7137 (diff)
better urxvt defaults
-rw-r--r--.Xdefaults14
1 files changed, 14 insertions, 0 deletions
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