diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-08-19 08:19:24 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-08-19 08:19:24 -0400 |
commit | 4526bd62b596a1458514552dba0e39e0f40db24e (patch) | |
tree | b9219c451e1d7b34053a8f94660b2391ebbf5e0c /.Xdefaults | |
parent | f33eab7bb05978f0402d1f8238ab2985498c7137 (diff) |
better urxvt defaults
Diffstat (limited to '.Xdefaults')
-rw-r--r-- | .Xdefaults | 14 |
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 |