Re: [dev] st: enlarge font

2021-03-30 Thread Markus Wichmann
On Mon, Mar 22, 2021 at 03:15:35PM -0400, Sebastian LaVine wrote: > The Suckless community is international, and many of course do not speak > English -- in particular American English -- as a primary language. But as > an American, the word used in that email address is beyond vulgar, and >

Re: [dev] st: enlarge font

2021-03-30 Thread Jeremy
On 03/22/21 03:15PM, Sebastian LaVine wrote: > > The Suckless community is international, and many of course do not speak > English -- in particular American English -- as a primary language. But as > an American, the word used in that email address is beyond vulgar, and > extremely -- uniquely

Re: [dev] st: enlarge font

2021-03-26 Thread Cág
Markus Wichmann wrote: > Страхиња Радић wrote: >> Didn't know that, thanks. What is the reasoning behind having a >> separate .def.h in the first place then? Wouldn't editing a local copy >> of config.h from the cloned repository suffice? > The idea is that you keep your config.h around when you

Re: [dev] st: enlarge font

2021-03-25 Thread Markus Wichmann
On Wed, Mar 24, 2021 at 11:12:29PM +0100, Страхиња Радић wrote: > Didn't know that, thanks. What is the reasoning behind having a separate > .def.h in the first place then? Wouldn't editing a local copy of config.h from > the cloned repository suffice? The idea is that you keep your

Re: [dev] st: enlarge font

2021-03-24 Thread Cág
Страхиња Радић wrote: > 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

Re: [dev] st: enlarge font

2021-03-24 Thread Страхиња Радић
On 21/03/24 04:13, Cág wrote: > Actually config.def.h is a template, the default configuration, and > probably should be left unmodified. The rule you mentioned (run by `make > config.h` copies config.def.h into config.h, obviously, and then config.h > is supposed to be edited. Didn't

Re: [dev] st: enlarge font

2021-03-22 Thread Sean Hall
On Tue 23 Mar 2021 at 03:03, Wesley Pannell w...@lemonsrc.io wrote: > Can we remove this email address from the list? This is rediculous. > > ‐‐‐ Original Message ‐‐‐ > > On Monday, March 22nd, 2021 at 12:59 AM, > wrote: > I agree. Remove them please. -Sean

Re: [dev] st: enlarge font

2021-03-22 Thread Hadrien Lacour
On Mon, Mar 22, 2021 at 03:15:35PM -0400, Sebastian LaVine wrote: > On 3/22/21 12:20 PM, Nuno Teixeira wrote: > > please don't! I use i3+st for about 10 years! > > Why? > I don't think it is you that Wesley was referring to, Nuno, but rather this > one: > > > > On Monday, March 22nd, 2021 at 12:59

Re: [dev] st: enlarge font

2021-03-22 Thread Sebastian LaVine
On 3/22/21 12:20 PM, Nuno Teixeira wrote: please don't! I use i3+st for about 10 years! Why? I don't think it is you that Wesley was referring to, Nuno, but rather this one: On Monday, March 22nd, 2021 at 12:59 AM, wrote: The Suckless community is international, and many of course do not

Re: [dev] st: enlarge font

2021-03-22 Thread Laslo Hunhold
On Mon, 22 Mar 2021 16:03:39 + Wesley Pannell wrote: > Can we remove this email address from the list? This is rediculous. Welcome to the internet.

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

Re: [dev] st: enlarge font

2021-03-22 Thread Wesley Pannell
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

Re: [dev] st: enlarge font

2021-03-22 Thread anigger
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

Re: [dev] st: enlarge font

2021-03-20 Thread caskd
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

Re: [dev] st: enlarge font

2021-03-20 Thread Страхиња Радић
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

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,

[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