Update .Xresources
parent
dfd69922ec
commit
752a47283e
10
.Xresources
10
.Xresources
|
@ -1,3 +1,13 @@
|
||||||
|
! System-wide configuration
|
||||||
Xft.dpi: 110
|
Xft.dpi: 110
|
||||||
Xft.antialias: true
|
Xft.antialias: true
|
||||||
Xft.rgba: bgr
|
Xft.rgba: bgr
|
||||||
|
Xft.autohint: true
|
||||||
|
|
||||||
|
! For GoldenDict - configure lower DPI
|
||||||
|
XClass.goldendict.antialias: true
|
||||||
|
Xft.goldendict.antialias: 1
|
||||||
|
XClass.goldendict.dpi: 76
|
||||||
|
Xft.goldendict.dpi: 76
|
||||||
|
Xft.goldendict.rgba: bgr
|
||||||
|
Xft.goldendict.autohint: true
|
||||||
|
|
Loading…
Reference in New Issue