From 8a69ec22377e5dd6b3217c96b2d69f0d5ffdea25 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 9 Feb 2021 20:45:25 -0500 Subject: Set antialiasing and unhinting globally --- home/.config/X/resources | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'home/.config/X/resources') diff --git a/home/.config/X/resources b/home/.config/X/resources index ec214909..185bdfc1 100644 --- a/home/.config/X/resources +++ b/home/.config/X/resources @@ -1,4 +1,7 @@ Xft.dpi: 144 +Xft.antialias: true +Xft.hinting: false + Xcursor.size: 64 Xcursor.theme: dmz-aa @@ -16,7 +19,7 @@ XTerm*VT100*translations: #override \n\ Super C: copy-selection(CLIPBOARD) \n\ Super V: insert-selection(CLIPBOARD) -XTerm*faceName: Luxi Mono:size=12:antialias=true:hinting=false +XTerm*faceName: Luxi Mono:size=12 XTerm*internalBorder: 6 XTerm*colorBDMode: true XTerm*scrollBar: false -- cgit 1.4.1