From 8470041f6b9c0741c456d1e16c6da8024fba863a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 18 Feb 2022 09:32:04 -0300 Subject: Fix: Xresources: remove terminus font workaround --- Xresources.dot.link | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3