From a780d481c28e394041e6cec0443fae0fcf4cacc8 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 4 Sep 2012 19:37:29 +0200 Subject: [PATCH] xresources: switch to DejaVu Sans Mono to get bold. Not having bold is troublesome. --- Xresources | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Xresources b/Xresources index a13ef75..06e0a24 100644 --- a/Xresources +++ b/Xresources @@ -21,10 +21,9 @@ Xft.rgba: rgb *color14: #A3BABF *color7: #bebebe *color15: #ffffff -*colorBD: #ffffff !! rxvt configuration -URxvt.foreground: #dfdfdf +URxvt.foreground: white URxvt.background: rgba:0000/0000/0000/eeee URxvt.cursorColor: green URxvt.depth: 32 @@ -36,7 +35,8 @@ URxvt.scrollWithBuffer: True URxvt.jumpScroll: True URxvt.saveLines: 5000 -URxvt.font: -xos4-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-1 +URxvt.font: xft:DejaVu Sans Mono-8 +URxvt.letterSpace: -1 URxvt.iso14755: False URxvt.perl-ext-common: default,-option-popup,-selection-popup