]> gitweb.fluxo.info Git - rhatto/dotfiles/xsession.git/commitdiff
Fix: Xresources: remove terminus font workaround
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 18 Feb 2022 12:32:04 +0000 (09:32 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 18 Feb 2022 12:32:04 +0000 (09:32 -0300)
Xresources.dot.link

index 478cb09c3fe39e22105d11b5da15e48432c1aece..84e5167159bf275141a78fe5a62386000bf9c0a5 100644 (file)
@@ -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)