From e6ba03c1c0211219d8adc82c4d82b771bed041c8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 8 Jan 2016 11:45:06 +0100 Subject: Decrease letter spacing in URxvt This makes the letter spacing for URxvt and Emacs the same --- x11/.config/Xresources/URxvt.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/.config/Xresources/URxvt.conf b/x11/.config/Xresources/URxvt.conf index 286ed4e..85ea28f 100644 --- a/x11/.config/Xresources/URxvt.conf +++ b/x11/.config/Xresources/URxvt.conf @@ -33,7 +33,7 @@ URxvt.visualBell: false ! URxvt seems to render letters much wider than, for example, Emacs by ! default. Fix it by setting the letterspace to a negative value. -URxvt.letterSpace: -1 +URxvt.letterSpace: -2 ! Enable the url-select plugin along with the default plugins. URxvt.perl-ext-common: default,url-select -- cgit v1.2.3-54-g00ecf