mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 02:38:33 +02:00
xresources: enable powerline font
This commit is contained in:
parent
cbd56841b7
commit
1eaa33502a
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue