Re: [dev] st: enlarge font

2021-03-22 Thread Nuno Teixeira
> wrote: > > > you'll also have to zoom webpages > > > > and emails in thunderbird > > > > in general the ppi / 96 = zoom % > > > > On 3/20/21 1:30 PM, Nuno Teixeira wrote: > > > > > Hello all, > > > > > > Recently

Re: [dev] st: enlarge font

2021-03-20 Thread Nuno Teixeira
Hi, config.def.h says: static char *font = "Liberation Mono:pixelsize=12:antialias=true:autohint=true"; 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, i

[dev] st: enlarge font

2021-03-20 Thread Nuno Teixeira
-Page Up? I will need a command to find font geometry and then start st with -g geometry, I think. Thanks, Nuno Teixeira