diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-11-24 14:20:17 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-11-24 14:20:17 -0300 |
commit | f592693601ea5acdaffd4510b8115bd589a3b7f8 (patch) | |
tree | fb6a36ddd346082a6223896ca55bddc94c56bf28 | |
parent | 5a187f90cd8850f210c3500362ed15c35006cb85 (diff) | |
download | xsession-f592693601ea5acdaffd4510b8115bd589a3b7f8.tar.gz xsession-f592693601ea5acdaffd4510b8115bd589a3b7f8.tar.bz2 |
Fix: disable buffering at rxvt-unicode to avoid fonts-terminus rendering issue
-rw-r--r-- | Xresources.dot.link | 4 |
1 files changed, 4 insertions, 0 deletions
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 |