From 161028537c7b052946bb7f10ccbc70537d67c2a3 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Tue, 9 Apr 2019 15:53:33 +0200 Subject: [PATCH] Fix hinting in xft. This fixes the weird font issues I had with i3 that I "fixed" by starting cinnamon-settings-daemon. --- dotfiles/Xresources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotfiles/Xresources b/dotfiles/Xresources index eee2a4e..0deb64d 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -4,7 +4,7 @@ Xcursor.size: 16 ! Xft for fonts !!! !Xft.dpi: 144 -Xft.antialias: false +Xft.antialias: true Xft.lcdfilter: lcddefault Xft.rgba: rgb Xft.hinting: true @@ -30,7 +30,7 @@ URxvt.iso14755: false URxvt*font: xft:inconsolata:pixelsize=16,xft:monospace:size=11 ! Fix font space -URxvt*letterSpace: -1 +URxvt.letterSpace: -1 ! Scrollbar URxvt.scrollStyle: rxvt