From f592693601ea5acdaffd4510b8115bd589a3b7f8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 24 Nov 2021 14:20:17 -0300 Subject: Fix: disable buffering at rxvt-unicode to avoid fonts-terminus rendering issue --- Xresources.dot.link | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Xresources.dot.link b/Xresources.dot.link index df126d3..601418a 100644 --- a/Xresources.dot.link +++ b/Xresources.dot.link @@ -59,6 +59,10 @@ Xft.hintstyle: hintmedium ! See https://github.com/majutsushi/urxvt-font-size 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 + ! See https://github.com/muennich/sxiv ! https://github.com/muennich/sxiv/pull/392 (pull request to toggle bar background) Sxiv*background: #1C1C1C -- cgit v1.2.3