fonts: set default font size to 9 pt

This commit is contained in:
Tobias Schmidl 2022-12-09 16:34:45 +01:00
parent 63110bc659
commit 0a002b3d2a
2 changed files with 6 additions and 1 deletions

View file

@ -131,7 +131,7 @@ URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
! Xft settings --------------------------------------------------------------- ! Xft settings ---------------------------------------------------------------
!Xft.dpi: 96 Xft.dpi: 96
Xft.antialias: true Xft.antialias: true
Xft.rgba: rgb Xft.rgba: rgb
Xft.hinting: true Xft.hinting: true

View file

@ -3,6 +3,11 @@
<!-- created by lxqt-config-appearance (DO NOT EDIT!) --> <!-- created by lxqt-config-appearance (DO NOT EDIT!) -->
<fontconfig> <fontconfig>
<include ignore_missing="yes">conf.d</include> <include ignore_missing="yes">conf.d</include>
<match target="font">
<edit name="size" mode="assign">
<double>9</double>
</edit>
</match>
<match target="font"> <match target="font">
<edit name="antialias" mode="assign"> <edit name="antialias" mode="assign">
<bool>true</bool> <bool>true</bool>