needs the pkg powerline-fonts to be installed
also resets the termName to what it should be
! {{{1 Title
URxvt*title: urxvt
-URxvt*termName: rxvt-256color
+URxvt*termName: rxvt-unicode-256color
URxvt*urgentOnBell: true
URxvt*iconFile: /home/ramsi/src/dotfiles/icons/shell.png
! {{{1 Font
-URxvt.font: xft:Inconsolata:size=11
+URxvt.font: xft:Inconsolata for Powerline:size=11
URxvt.skipBuiltinGlyphs: true
Xft.antialias: true
" plugins {{{1
" airline {{{2
let g:airline_detect_whitespace=2
-let g:airline_whitespace_symbol = 'Ξ'
-let g:airline_linecolumn_prefix = '␊ '
-let g:airline_left_sep = '▶'
-let g:airline_right_sep = '◀'
let g:airline#extensions#tabline#enabled = 1
+let g:airline_powerline_fonts = 1
" GoldenView {{{2
"let g:goldenview__enable_default_mapping = 0