Add font hinting options to Xresources

This commit is contained in:
Pavle Portic 2021-11-17 13:10:22 +01:00
parent ee662a21e9
commit da79881d2f
Signed by: TheEdgeOfRage
GPG Key ID: F2AB38285780DE3D
1 changed files with 15 additions and 1 deletions

View File

@ -27,4 +27,18 @@
*color7: #dbae93
*color15: #fbf1c7
Xcursor.theme: Human
Xcursor.theme: Breeze
! Font options
Xft.autohint: 1
Xft.antialias: 1
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.dpi: 96
Xft.lcdfilter: lcddefault
{{ range $key, $val := .xresources.rgba }}
#if SCREEN_NUM == {{ $key }}
Xft.rgba: {{ $val }}
#endif
{{end}}