Bind monospace to a Nerd Font and keep panels clear of the bar

This commit is contained in:
2026-09-21 01:07:16 +00:00
parent deeacbe580
commit a9b9ba6ba4
5 changed files with 43 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern">
<test name="family" qual="any">
<string>monospace</string>
</test>
<edit name="family" mode="prepend_first" binding="strong">
<string>JetBrainsMono Nerd Font</string>
</edit>
</match>
</fontconfig>