Merge pull request #188539 from linj-fork/pr/fix-fontconfig-hint

nixos/fontconfig: add missing config for Xft.hintstyle
This commit is contained in:
Thiago Kenji Okada 2022-08-27 22:46:14 +01:00 committed by GitHub
commit 2d92f70c32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ let
Xft.lcdfilter: lcd${fontconfig.subpixel.lcdfilter}
Xft.hinting: ${if fontconfig.hinting.enable then "1" else "0"}
Xft.autohint: ${if fontconfig.hinting.autohint then "1" else "0"}
Xft.hintstyle: hintslight
Xft.hintstyle: ${fontconfig.hinting.style}
'';
# file provided by services.xserver.displayManager.sessionData.wrapper