chore: vscode & font update

This commit is contained in:
winston 2024-02-18 13:51:38 +01:00
parent c8efbb32e7
commit 569c943e9f
Signed by: winston
GPG key ID: 3786770EDBC2B481
2 changed files with 29 additions and 5 deletions

View file

@ -16,8 +16,9 @@
"editor.smoothScrolling": true,
"terminal.integrated.smoothScrolling": true,
"terminal.integrated.fontSize": 14,
"editor.fontFamily": "Cascadia Code, Symbols Nerd Font, monospace",
"editor.fontLigatures": "'calt', 'ss01'",
"editor.fontFamily": "Berkeley Mono, Symbols Nerd Font, monospace",
// "editor.fontFamily": "Cascadia Code, Symbols Nerd Font, monospace",
// "editor.fontLigatures": "'calt', 'ss01'",
"editor.fontSize": 15,
"editor.formatOnSave": true,
"editor.guides.bracketPairs": true,
@ -228,5 +229,29 @@
"vscord.status.image.small.editing.key": "https://cdn.discordapp.com/emojis/886512498772168755.gif",
"vscord.status.image.small.editing.text": "hecking",
"vscord.status.image.small.viewing.key": "https://cdn.discordapp.com/emojis/903437275881439285.png",
"vscord.status.image.small.viewing.text": "looking"
"vscord.status.image.small.viewing.text": "looking",
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.expand": true,
"explorer.fileNesting.patterns": {
"*.c": "$(capture).h",
"*.cc": "$(capture).hpp, $(capture).h, $(capture).hxx",
"*.cjs": "$(capture).cjs.map, $(capture).*.cjs, $(capture)_*.cjs",
"*.component.ts": "$(capture).component.html, $(capture).component.spec.ts, $(capture).component.css, $(capture).component.scss, $(capture).component.sass, $(capture).component.less",
"*.cpp": "$(capture).hpp, $(capture).h, $(capture).hxx",
"*.cs": "$(capture).*.cs",
"*.css": "$(capture).css.map, $(capture).*.css",
"*.js": "$(capture).js.map, $(capture).*.js, $(capture)_*.js",
"*.jsx": "$(capture).js, $(capture).*.jsx, $(capture)_*.js, $(capture)_*.jsx, $(capture).less, $(capture).module.less",
"*.mjs": "$(capture).mjs.map, $(capture).*.mjs, $(capture)_*.mjs",
"*.ts": "$(capture).js, $(capture).d.ts.map, $(capture).*.ts, $(capture)_*.js, $(capture)_*.ts",
"*.tsx": "$(capture).ts, $(capture).*.tsx, $(capture)_*.ts, $(capture)_*.tsx, $(capture).less, $(capture).module.less, $(capture).scss, $(capture).module.scss",
".env": "*.env, .env.*, .envrc, env.d.ts",
"cargo.toml": ".clippy.toml, .rustfmt.toml, cargo.lock, clippy.toml, cross.toml, rust-toolchain.toml, rustfmt.toml",
"default.nix": "shell.nix",
"deno.json": "deno.lock",
"flake.nix": "flake.lock",
"package.json": "package-lock.json, pnpm-lock.yaml, yarn.lock, yarn.config.cjs, .yarn*, .pnp.*, .eslint*, .prettier*",
"readme*": "authors, backers*, changelog*, citation*, code_of_conduct*, codeowners, contributing*, contributors, copying*, credits, governance.md, history.md, license*, maintainers, readme*, security.md, sponsors*",
"release-please-config.json": ".release-please-manifest.json"
}
}

View file

@ -5,7 +5,7 @@ local utils = require("config.utils")
require("config.keys").apply(c)
c.font = wezterm.font_with_fallback({
"Cascadia Code",
"Berkeley Mono",
"Symbols Nerd Font",
})
c.front_end = "WebGpu"
@ -23,7 +23,6 @@ c.adjust_window_size_when_changing_font_size = false
c.audible_bell = "Disabled"
c.default_cursor_style = "BlinkingBar"
c.inactive_pane_hsb = { brightness = 0.90 }
-- c.window_background_opacity = 0.95
-- some annoying bug is causing crashes on sway
if utils.is_darwin() then