On 21/03/20 12:01, Nuno Teixeira wrote:
> st -f "Liberation Mono":pixelsize=16 is my desired size.
> 
> I will create a config.h with:
> static char *font = "Liberation 
> Mono:pixelsize=16:antialias=true:autohint=true";
> 
> And compile with it, is that the correct way to do it?

        It will work, but more correct would be to change config.def.h, per
Makefile:

config.h: config.def.h
        cp config.def.h config.h

        Also, in the future you can also try setting different values for
"size=" instead of "pixelsize=", as it works better for some fonts.

Attachment: signature.asc
Description: PGP signature

Reply via email to