diff --git a/fontconfig/fonts.conf b/fontconfig/fonts.conf new file mode 100644 index 0000000..5484ee3 --- /dev/null +++ b/fontconfig/fonts.conf @@ -0,0 +1,11 @@ + + + + + + + Monospace + Comic mono + + + diff --git a/install.conf.yaml b/install.conf.yaml index a8da9d7..0ddc1f1 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -22,6 +22,7 @@ ~/.config/btop/btop.conf: btop.conf ~/.config/mpv: mpv ~/.config/f3d: f3d + ~/.config/fontconfig: fontconfig ~/bin/scripts: scripts - create: diff --git a/vscodium.json b/vscodium.json index f4ad4d9..29eccc0 100644 --- a/vscodium.json +++ b/vscodium.json @@ -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 } \ No newline at end of file