add fontconfig
This commit is contained in:
parent
82c9b6f601
commit
b5cee50b6c
3 changed files with 17 additions and 3 deletions
11
fontconfig/fonts.conf
Normal file
11
fontconfig/fonts.conf
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "urn:fontconfig:fonts.dtd">
|
||||
<fontconfig>
|
||||
|
||||
<!-- settings go here -->
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family"><string>Monospace</string></test>
|
||||
<edit name="family" mode="assign" binding="same"><string>Comic mono</string></edit>
|
||||
</match>
|
||||
</fontconfig>
|
||||
|
|
@ -22,6 +22,7 @@
|
|||
~/.config/btop/btop.conf: btop.conf
|
||||
~/.config/mpv: mpv
|
||||
~/.config/f3d: f3d
|
||||
~/.config/fontconfig: fontconfig
|
||||
~/bin/scripts: scripts
|
||||
|
||||
- create:
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"liveServer.settings.root": "docs/",
|
||||
"liveServer.settings.donotVerifyTags": true,
|
||||
"editor.insertSpaces": false,
|
||||
"editor.fontFamily": "monoa,sans, \"linja pona\", mono",
|
||||
"editor.fontFamily": "mono, sans, \"linja pona\", mono",
|
||||
"editor.minimap.renderCharacters": false,
|
||||
"Lua.telemetry.enable": false,
|
||||
"Lua.workspace.library": [
|
||||
|
@ -43,6 +43,8 @@
|
|||
"rust-analyzer.cargo.buildScripts.enable": true,
|
||||
"editor.fontLigatures": true,
|
||||
"editor.wordWrap": "on",
|
||||
"window.zoomLevel": 1,
|
||||
"redhat.telemetry.enabled": false
|
||||
"redhat.telemetry.enabled": false,
|
||||
"files.trimTrailingWhitespace": true,
|
||||
"editor.glyphMargin": false,
|
||||
"window.zoomLevel": 1
|
||||
}
|
Loading…
Reference in a new issue