mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-23 18:28:34 +02:00
xresources: fix hintstyle
`hintlight` should be spelled `hintslight`. Otherwise, some fonts look too bold.
This commit is contained in:
parent
505a575614
commit
4343cd6bd0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
!! Xft
|
||||
Xft.antialias: true
|
||||
Xft.hinting: true
|
||||
Xft.hintstyle: hintlight
|
||||
Xft.hintstyle: hintslight
|
||||
Xft.rgba: rgb
|
||||
|
||||
!! Colors, stolen from http://xcolors.net/dl/derp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue