diff options
author | Alan Pearce | 2017-09-08 11:47:06 +0200 |
---|---|---|
committer | Alan Pearce | 2017-09-08 11:47:06 +0200 |
commit | 6c29f358ae100d644318fca9d8a536422c806f70 (patch) | |
tree | 7f47f25816fb9382fc38044ea1975f941704fad6 /xresources | |
parent | 82eb765f41d41ad5043c05492ca817f76007b5e2 (diff) | |
download | dotfiles-6c29f358ae100d644318fca9d8a536422c806f70.tar.lz dotfiles-6c29f358ae100d644318fca9d8a536422c806f70.tar.zst dotfiles-6c29f358ae100d644318fca9d8a536422c806f70.zip |
Revert "XResources: Remove rxvt-unicode configuration"
This reverts commit 6a46db0b3784824437219cce0077ae1b600cb35a.
Diffstat (limited to 'xresources')
-rw-r--r-- | xresources/.xresources/main | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/xresources/.xresources/main b/xresources/.xresources/main index 7c84fb8..49ff742 100644 --- a/xresources/.xresources/main +++ b/xresources/.xresources/main @@ -8,6 +8,26 @@ Emacs.MenuBar: off Emacs.ScrollBars: off Emacs.CursorBlink: off +URxvt.fading: 0 +URxvt.geometry: 100x40 +URxvt.urgentOnBell: true + +URxvt.scrollBar: false +URxvt.scrollstyle: plain +URxvt.scrollTtyOutput: false +URxvt.scrollWithBuffer: true +URxvt.scrollTtyKeypress: true +URxvt.saveLines: 16384 +URxvt.secondaryScroll: false + +URxvt.font: -xos4-terminus-medium-r-normal--14-140-72-72-c-80-*-* +URxvt.boldFont: +URxvt.intensityStyles: true + +URxvt.pointerBlank: true +URxvt.pointerBlankDelay: 987654321 +URxvt.letterSpace: 0 + Emacs.Font: -Misc-Fixed-normal-normal-normal-*-14-*-*-*-c-70-iso10646-1 Emacs.fixed-pitch.attributeFont: -Misc-Fixed-normal-normal-normal-*-14-*-*-*-c-70-iso10646-1 Emacs.variable-pitch.attributeFont: -*-PT Sans-medium-r-*-*-14-*-*-*-*-*-*-* |