-
-
Couldn't load subscription status.
- Fork 1.2k
Description
I'm having a strange bug. I have configured my new system (Arch Linux) to use sub-pixel anti-aliasing in my ~/.config/fontconfig/fonts.conf
Every app I have tried so far follows those rules (Firefox, Chromium, Leafpad...) except Kitty, which uses a default grey anti-aliasing, no matter what I specify.
Using strace I can see that it opens the same FontConfig library as the other programs: /usr/lib/libfontconfig.so.1 and that it sources my local config file correctly. But then it seems to just ignore it. Or maybe it turns the glyphs into monochromatic after the font has been rendened? I dunno.
I'm using the Sway window manager, which is Wayland-based. Could that be it?