fonts: set default font size to 9 pt
This commit is contained in:
parent
63110bc659
commit
0a002b3d2a
2 changed files with 6 additions and 1 deletions
|
@ -131,7 +131,7 @@ URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
|
|||
|
||||
! Xft settings ---------------------------------------------------------------
|
||||
|
||||
!Xft.dpi: 96
|
||||
Xft.dpi: 96
|
||||
Xft.antialias: true
|
||||
Xft.rgba: rgb
|
||||
Xft.hinting: true
|
||||
|
|
|
@ -3,6 +3,11 @@
|
|||
<!-- created by lxqt-config-appearance (DO NOT EDIT!) -->
|
||||
<fontconfig>
|
||||
<include ignore_missing="yes">conf.d</include>
|
||||
<match target="font">
|
||||
<edit name="size" mode="assign">
|
||||
<double>9</double>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<edit name="antialias" mode="assign">
|
||||
<bool>true</bool>
|
||||
|
|
Loading…
Reference in a new issue