7 ms·
If you’re unlucky in the same way I was, it could actually be a GNOME/GTK issue. Some questionable (?) font rendering decisions were made that for me caused all
by talentedcoin 8mo ago
If you’re unlucky in the same way I was, it could actually be a GNOME/GTK issue. Some questionable (?) font rendering decisions were made that for me caused all text in GNOME to be blurry. I hated it so much I switched to KDE but soon realized GTK apps had the same issue.
Eventually I found a fix that worked and now I’m happy. So, next time you can try this. In the file:
~/.config/gtk-4.0/settings.ini
You can add:
[Settings]
gtk-hint-font-metrics=1
Here’s the Arch wiki page that explains it:
https://wiki.archlinux.org/title/GTK#Text_in_GTK_4_applications_is_blurry_or_renders_incorrectly https://wiki.archlinux.org/title/GTK#Text_in_GTK_4_applicati...
If your settings.ini is in a different spot see:
https://docs.gtk.org/gtk4/class.Settings.html https://docs.gtk.org/gtk4/class.Settings.html
- Saline9515 8mo agoThanks a lot, I'll try.