From 2f8bf199a2ff5bc7dd62c3f45ccf162f0f20fb2d Mon Sep 17 00:00:00 2001 From: cizordj <32869222+cizordj@users.noreply.github.com> Date: Tue, 1 Dec 2020 12:16:20 -0300 Subject: [PATCH] Improve font rendering on i3 --- defaults/xresources | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/defaults/xresources b/defaults/xresources index 8f4c7fd4..3fec9d2a 100644 --- a/defaults/xresources +++ b/defaults/xresources @@ -62,5 +62,13 @@ URxvt.keysym.Control-Down: \033[1;5B URxvt.keysym.Shift-Control-Down: \033[1;6B URxvt*transparent: true URxvt*shading: 20 + +Xft.autohint: 0 +Xft.antialias: 1 +Xft.hinting: true +Xft.hintstyle: hintslight +Xft.dpi: 96 +Xft.rgba: rgb +Xft.lcdfilter: lcddefault XRESOURCES }