From 976017ac8077cd099d39e2e5a07727aa1a046191 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 1 Sep 2024 15:56:09 +0200 Subject: try to avoid this strange color artifacts --- share/common.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/share/common.nix b/share/common.nix index 1c48ee3..ac1399d 100644 --- a/share/common.nix +++ b/share/common.nix @@ -445,12 +445,13 @@ in hinting = { enable = true; style = "full"; + autohint = true; }; - # enable proper subpixel handling + # disable subpixel rendering to avoid color blurr subpixel = { - rgba = "rgb"; - lcdfilter = "light"; + rgba = "none"; + lcdfilter = "none"; }; }; }; -- cgit v1.2.3