Hi,

On Sat, Aug 06, 2022 at 04:55:47AM +0600, NRK wrote:
> The font2 patch[0] on the wiki kinda enables fallback fonts. But I
> didn't like the fact that it adds a separate array `font2`. IMO you
> should be able to do this, similar to dmenu/dwm:
> 
>       static const char *fonts[] = {
>               "font0",
>               "font1",
>               "font2",
>       };
> 
> And ST would/should prioritize `font0` and then fallback to
> `font1 -> font2 -> ..` etc before attempting it's own heuristics.


I agree with you, it seems a more reasonable way of dealing with the issue.
I don't know what Evil_Bob thinks about it, but I personally would go
to introduce that change in the mainline of st.

Regards,

Reply via email to