summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-09-01 15:56:09 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-09-01 15:56:09 +0200
commit976017ac8077cd099d39e2e5a07727aa1a046191 (patch)
tree332f0be6d564039ae4db477f7ca44ca6e5da943c
parent5853d4592d4af4de88fbee1ea89143f47e17ca8c (diff)
try to avoid this strange color artifacts
-rw-r--r--share/common.nix7
1 files 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";
};
};
};