diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-02-18 09:32:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-02-18 09:32:04 -0300 |
commit | 8470041f6b9c0741c456d1e16c6da8024fba863a (patch) | |
tree | 7173efefedec8077ba629a8d8cc5098e16d4c5e9 | |
parent | bee6d79d63cf1e2b99e10929cf1f2b79d0fad05b (diff) | |
download | xsession-8470041f6b9c0741c456d1e16c6da8024fba863a.tar.gz xsession-8470041f6b9c0741c456d1e16c6da8024fba863a.tar.bz2 |
Fix: Xresources: remove terminus font workaround
-rw-r--r-- | Xresources.dot.link | 10 |
1 files changed, 9 insertions, 1 deletions
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) |