remove swedish layout from x config
This commit is contained in:
parent
ebf29ddb51
commit
1871ea39e8
3 changed files with 14 additions and 5 deletions
|
@ -33,7 +33,6 @@
|
|||
"editor.copyWithSyntaxHighlighting": false,
|
||||
"terminal.integrated.defaultProfile.linux": "fish",
|
||||
"rust.clippy_preference": "on",
|
||||
"workbench.colorTheme": "Catppuccin Mocha",
|
||||
"C_Cpp.renameRequiresIdentifier": false,
|
||||
"editor.renderWhitespace": "all",
|
||||
"terminal.integrated.fontFamily": "monospace",
|
||||
|
@ -47,6 +46,7 @@
|
|||
"files.trimTrailingWhitespace": true,
|
||||
"editor.glyphMargin": false,
|
||||
"editor.formatOnSave": true,
|
||||
"window.zoomLevel": 1,
|
||||
"omnisharp.useModernNet": false
|
||||
"omnisharp.useModernNet": false,
|
||||
"workbench.colorTheme": "Community Material Theme Darker High Contrast",
|
||||
"window.zoomLevel": 1
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue