diff options
author | June McEnroe <june@causal.agency> | 2021-02-09 20:45:25 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-09 20:45:25 -0500 |
commit | 8a69ec22377e5dd6b3217c96b2d69f0d5ffdea25 (patch) | |
tree | 6754c30120fef2f1f06741ee6ed49a24958f6091 /home/.config/X/resources | |
parent | Open youtube and twitch with mpv (diff) | |
download | src-8a69ec22377e5dd6b3217c96b2d69f0d5ffdea25.tar.gz src-8a69ec22377e5dd6b3217c96b2d69f0d5ffdea25.zip |
Set antialiasing and unhinting globally
Diffstat (limited to '')
-rw-r--r-- | home/.config/X/resources | 5 |
1 files changed, 4 insertions, 1 deletions
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 <Key>C: copy-selection(CLIPBOARD) \n\ Super <Key>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 |