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