From 1eaa33502a566f34cb6e4886a7be4b15f7f6e59a Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 26 Jan 2013 03:36:12 +0100 Subject: [PATCH] xresources: enable powerline font --- Xresources | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Xresources b/Xresources index a649090..fec436a 100644 --- a/Xresources +++ b/Xresources @@ -37,7 +37,14 @@ URxvt.jumpScroll: True URxvt.skipScroll: True URxvt.saveLines: 5000 -URxvt.font: xft:DejaVu Sans Mono-8 +!! To get this font, use the font patcher from https://github.com/Lokaltog/vim-powerline +!! To get a smaller version of this font, use: +!! +!! # Remove most glyphs +!! for glyph in target_font.glyphs(): +!! if glyph.unicode not in range(32,64): +!! target_font.removeGlyph(glyph) +URxvt.font: xft:DejaVu Sans Mono-8,xft:DejaVu Sans Mono for Powerline-8 URxvt.letterSpace: -1 URxvt.iso14755: False