aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Xresources.dot.link10
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)