From: Silvio Rhatto Date: Fri, 18 Feb 2022 12:32:04 +0000 (-0300) Subject: Fix: Xresources: remove terminus font workaround X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8470041f6b9c0741c456d1e16c6da8024fba863a;p=rhatto%2Fdotfiles%2Fxsession.git Fix: Xresources: remove terminus font workaround --- diff --git a/Xresources.dot.link b/Xresources.dot.link index 478cb09..84e5167 100644 --- a/Xresources.dot.link +++ b/Xresources.dot.link @@ -66,7 +66,15 @@ URxvt.perl-ext-common: font-size ! In rxvt-unicode, M and m characters missing the left vertical stroke if buffering is enabled ! See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=961362 -URxvt*buffered: false +! +! First solution: https://unix.stackexchange.com/a/118665 +! +! Second solution: disable buffering. But that tends to leave garbage in the terminal. +!URxvt*buffered: false +! +! Third solution: increase letter spacing, see +! https://unix.stackexchange.com/questions/118641/font-rendering-issue-in-urxvt-too-much-space-between-characters +!URxvt.letterSpace: 1 ! See https://github.com/muennich/sxiv ! https://github.com/muennich/sxiv/pull/392 (pull request to toggle bar background)