Match font configuration better

This commit is contained in:
exu 2024-03-01 23:41:22 +01:00
parent 0a26f811a9
commit ab705c131b
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<bool>false</bool>
</edit>
<edit mode="assign" name="hintstyle">
<const>hintfull</const>
<const>hintslight</const>
</edit>
<edit mode="assign" name="rgba">
<const>rgb</const>

View File

@ -10,8 +10,10 @@ gsettings set org.gnome.desktop.interface color-scheme prefer-dark
# icon theme
gsettings set org.gnome.desktop.interface icon-theme Sweet-Rainbow
# Font
# font config
gsettings set org.gnome.desktop.interface font-name "Fira Sans 12"
gsettings set org.gnome.desktop.interface font-hinting "slight"
gsettings set org.gnome.desktop.interface font-antialiasing "rgba"
# cursor theme
gsettings set org.gnome.desktop.interface cursor-theme "capitaine-cursors-light"