Add font hinting
This commit is contained in:
parent
00554428e4
commit
ad20cd63c3
1 changed files with 7 additions and 2 deletions
|
|
@ -18,8 +18,13 @@
|
||||||
*color14: rgb:a1/b5/cd
|
*color14: rgb:a1/b5/cd
|
||||||
*color15: rgb:de/de/de
|
*color15: rgb:de/de/de
|
||||||
|
|
||||||
Xft*antialias: true
|
Xft.autohint: 0
|
||||||
Xft*dpi: 96
|
Xft.dpi: 150
|
||||||
|
Xft.antialias: true
|
||||||
|
Xft.rgba: rgb
|
||||||
|
Xft.hinting: true
|
||||||
|
Xft.hintstyle: hintslight
|
||||||
|
Xft.lcdfilter: lcddefault
|
||||||
URxvt*scrollBar: false
|
URxvt*scrollBar: false
|
||||||
URxvt*background: rgba:0000/0000/0000/dddd
|
URxvt*background: rgba:0000/0000/0000/dddd
|
||||||
URxvt.depth: 32
|
URxvt.depth: 32
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue