Using inconsolata as the default font for urxvt.
This commit is contained in:
parent
d973bf1ad2
commit
f917f2bfd3
1 changed files with 8 additions and 0 deletions
|
@ -11,3 +11,11 @@ URxvt*.url-select.underline: true
|
||||||
URxvt*.keysym.M-u: perl:url-select:select_next
|
URxvt*.keysym.M-u: perl:url-select:select_next
|
||||||
URxvt*.keysym.M-Escape: perl:keyboard-select:activate
|
URxvt*.keysym.M-Escape: perl:keyboard-select:activate
|
||||||
URxvt*.keysym.M-s: perl:keyboard-select:search
|
URxvt*.keysym.M-s: perl:keyboard-select:search
|
||||||
|
URxvt*.font: xft:inconsolata:size=9
|
||||||
|
URxvt*.letterSpace: -1
|
||||||
|
|
||||||
|
Xft.dpi: 96
|
||||||
|
Xft.antialias: true
|
||||||
|
Xft.rgba: rgb
|
||||||
|
Xft.hinting: true
|
||||||
|
Xft.hintstyle: hintslight
|
||||||
|
|
Loading…
Reference in a new issue