Decrease letter spacing in URxvt
This makes the letter spacing for URxvt and Emacs the same
This commit is contained in:
parent
f1f0ce2126
commit
e6ba03c1c0
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ URxvt.visualBell: false
|
||||||
|
|
||||||
! URxvt seems to render letters much wider than, for example, Emacs by
|
! URxvt seems to render letters much wider than, for example, Emacs by
|
||||||
! default. Fix it by setting the letterspace to a negative value.
|
! 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.
|
! Enable the url-select plugin along with the default plugins.
|
||||||
URxvt.perl-ext-common: default,url-select
|
URxvt.perl-ext-common: default,url-select
|
||||||
|
|
Loading…
Reference in a new issue