From 65cd3393dfaf7372044ef5620d1ff3a0863dbbd8 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 2 Sep 2013 11:00:22 +0200 Subject: [PATCH] Added .Xresources section for urxvt, improved hinting on xft --- Xresources | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Xresources b/Xresources index a64eeb8..79962ac 100644 --- a/Xresources +++ b/Xresources @@ -13,13 +13,30 @@ XTerm*faceSize: 9 UXTerm*faceName: xft:Source Code Pro UXTerm*faceSize: 9 +! URxvt settings +URxvt*.depth: 32 +URxvt*.scrollBar: false +URxvt*.font: xft:Source Code Pro:size=9 +URxvt*.boldFont: xft:Source Code Pro:bold:size=9 +URxvt*.italicfont: xft:Source Code Pro:italic:size=9 +URxvt*.bolditalicFont: xft:Source Code Pro:bold:italic:size=9 +URxvt*.letterSpace: -1 +URxvt*.perl-ext-common: default,matcher +! this setting assumes that the current browser is set correctly via update-alternatives +URxvt*.url-launcher: /usr/bin/www-browser +URxvt*.matcher.button: 1 +URxvt*.urgentOnBell: true +URxvt*.saveLines: 65535 + + ! Xft settings --------------------------------------------------------------- Xft.dpi: 96 Xft.antialias: true Xft.rgba: rgb Xft.hinting: true -Xft.hintstyle: hintslight +Xft.hintstyle: hintfull +Xft.lcdfilter: lcddefault ! Solarized color scheme for the X Window System !