I had setup Powerline fonts using fontconfig:
wget
https://github.com/powerline/powerline/raw/develop/font/PowerlineSymbols.otf
wget
https://github.com/powerline/powerline/raw/develop/font/10-powerline-symbols.conf
mv PowerlineSymbols.otf ~/.fonts/
fc-cache -vf ~/.fonts/
mv 10-powerline-symbols.conf ~/.config/fontconfig/conf.d/
I had set st font to:
static char font[] = "DejaVu Sans Mono:pixelsize=12:antialias=false:autohint=false,\
WenQuanYi Zen Hei Mono:pixelsize=12";
But the Powerline fonts are too large.
And the patch for scrollback does not work, is there other method to use
scrollback without using terminal multiplexer as it disable many other
things?
--
_____________________________________
< Do what you like, like what you do. >
-------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
- application/pgp-signature attachment: stored
Received on Fri May 22 2015 - 08:44:07 CEST