summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-01-08 11:45:06 +0100
committerGravatar Tom Willemse2016-01-08 11:45:06 +0100
commite6ba03c1c0211219d8adc82c4d82b771bed041c8 (patch)
treea9870d30e63464e2f38d54c923d4a6c86ce09d25 /x11
parentf1f0ce2126fe00279f5397e2253a5bac81d58800 (diff)
downloaddotfiles-e6ba03c1c0211219d8adc82c4d82b771bed041c8.tar.gz
dotfiles-e6ba03c1c0211219d8adc82c4d82b771bed041c8.zip
Decrease letter spacing in URxvt
This makes the letter spacing for URxvt and Emacs the same
Diffstat (limited to 'x11')
-rw-r--r--x11/.config/Xresources/URxvt.conf2
1 files changed, 1 insertions, 1 deletions
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