Files
dotfiles/local/share/sway/templates/fontconfig.conf
2025-09-27 01:01:01 +04:00

11 lines
280 B
Plaintext

<fontconfig>
<match target="pattern">
<test name="family" qual="any">
<string>${CATEGORY}</string>
</test>
<edit binding="strong" mode="prepend" name="family">
<string>${FONT}</string>
</edit>
</match>
</fontconfig>