From 952d557638bf5c3936e2cd94fd746bc0a244efea Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Mon, 30 Jun 2014 09:03:53 +0200 Subject: vim-airline, X fonts --- .Xdefaults | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to '.Xdefaults') diff --git a/.Xdefaults b/.Xdefaults index 4bec5f8..42f63dd 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -18,8 +18,13 @@ URxvt.cursorBlink: true URxvt*internalBorder: 0 /* fonts */ -URxvt*font: xft:MonteCarlo:pixelsize=11:style=regular:antialias=false -URxvt*boldFont: xft:MonteCarlo:pixelsize=11:style=bold:antialias=false +Xft.dpi: 96 +Xft.antialias: true +Xft.rgba: rgb +Xft.hinting: true +Xft.hintstyle: hintslight +URxvt*font: xft:MonteCarlo:pixelsize=11:style=regular:antialias=false,xft:Inconsolata\ for\ Powerline:pixelsize=11 +URxvt*boldFont: xft:MonteCarlo:pixelsize=11:style=bold:antialias=false,xft:Inconsolata\ for\ Powerline:pixelsize=11 /* change default colors */ URxvt*background: #000000 @@ -56,8 +61,8 @@ URxvt.tabbed.tab-fg: 5 URxvt.tabbed.tab-bg: 0 URxvt.tabbed.title-fg: 0 URxvt.tabbed.title-bg: 7 -URxvt.tabbed.new-button: no -URxvt.tabbed.title: yes +URxvt.tabbed.new-button: no +URxvt.tabbed.title: yes /* url-select */ URxvt.url-select.autocopy: false -- cgit v1.2.3