From f0953a9291549c4d00c00a92c55f1c34d0572c3a Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 28 Jul 2018 10:07:59 +0200 Subject: [PATCH] xsettings: try a bit with subpixel rendering disabled This should provide some speedup. It looks good on HiDPI. If it isn't great on low-DPI, we'll switch it on/off dynamically. --- xsettingsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsettingsd b/xsettingsd index 89eb5f3..0841fd7 100644 --- a/xsettingsd +++ b/xsettingsd @@ -1,4 +1,4 @@ Xft/Antialias 1 Xft/Hinting 1 Xft/HintStyle "hintslight" -Xft/RGBA "rgb" +Xft/RGBA "none"