diff options
Diffstat (limited to 'xresources/.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 7c84fb86..49ff7423 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-*-*-*-*-*-*-* |