Re: [dev] st: enlarge font

2021-03-22 Thread Nuno Teixeira
please don't! I use i3+st for about 10 years!
Why?

Wesley Pannell  escreveu no dia segunda, 22/03/2021 à(s) 
16:11:
>
> Can we remove this email address from the list? This is rediculous.
>
> ‐‐‐ Original Message ‐‐‐
>
> On Monday, March 22nd, 2021 at 12:59 AM, 
>  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 I bought a new laptop that runs at:
> > >
> > > [ 144.414] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 
> > > 1080
> > >
> > > st font size is too small and I use Ctrl-Shift-Page Up 3 times to get
> > >
> > > desired font size.
> > >
> > > How do I tell st to use my desired font size instead of using
> > >
> > > Ctrl-Shift-Page Up?
> > >
> > > I will need a command to find font geometry and then start st with -g
> > >
> > > geometry, I think.
> > >
> > > Thanks,
> > >
> > > Nuno Teixeira
>



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, is that the correct way to do it?

caskd  escreveu no dia sábado, 20/03/2021 à(s) 11:40:
>
> Hello,
>
> >How do I tell st to use my desired font size instead of using
> >Ctrl-Shift-Page Up?
> You can configure this via the '-f' flag or 'font' in config.h by appending 
> ":pixelsize=SIZE" to the font description.
> As a example, if you use 'monospace' as a font you will need to use 
> 'monospace:pixelsize=X' and find your desired font size.
>
> You can check 
> https://www.freedesktop.org/software/fontconfig/fontconfig-user.html for more 
> properties you can set.
> --
> Alex D.
> RedXen System & Infrastructure Administration
> https://redxen.eu/



[dev] st: enlarge font

2021-03-20 Thread Nuno Teixeira
Hello all,

Recently I bought a new laptop that runs at:
[   144.414] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080

st font size is too small and I use Ctrl-Shift-Page Up 3 times to get
desired font size.

How do I tell st to use my desired font size instead of using
Ctrl-Shift-Page Up?
I will need a command to find font geometry and then start st with -g
geometry, I think.

Thanks,
Nuno Teixeira