This commit is contained in:
Korbs 2024-09-12 23:48:20 -04:00
parent 683eb32017
commit 62b562557b
4 changed files with 110 additions and 31 deletions

0
configs/.npmrc Normal file
View file

16
configs/blackbox.keyfile Normal file
View file

@ -0,0 +1,16 @@
[com/raggesilver/BlackBox]
style-preference=0
remember-window-size=false
show-headerbar=true
show-menu-button=false
headerbar-drag-area=true
floating-controls=false
floating-controls-hover-area=20
terminal-padding=(11, 11, 11, 11)
opacity=95
theme-dark='Pencil Dark'
theme-bold-is-bright=false
use-sixel=false
fill-tabs=true
terminal-bell=false
window-height=452

View file

@ -1,26 +1,29 @@
{
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "/app/bin/host-spawn",
"args": [
"bash"
],
"icon": "terminal-bash",
"overrideName": true
}
},
"workbench.activityBar.location": "hidden",
"workbench.statusBar.visible": false,
"editor.minimap.enabled": false,
"breadcrumbs.enabled": false,
"editor.stickyScroll.enabled": false,
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": false,
"window.menuBarVisibility": "toggle",
"workbench.startupEditor": "none",
"javascript.updateImportsOnFileMove.enabled": "never",
"git.openRepositoryInParentFolders": "never",
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.profiles.linux": {
"bash": {
"path": "/app/bin/host-spawn",
"args": [
"bash"
],
"icon": "terminal-bash",
"overrideName": true
}
},
"workbench.activityBar.location": "hidden",
"workbench.statusBar.visible": false,
"editor.minimap.enabled": false,
"breadcrumbs.enabled": false,
"editor.stickyScroll.enabled": false,
"editor.renderWhitespace": "none",
"editor.renderControlCharacters": false,
"workbench.startupEditor": "none",
"javascript.updateImportsOnFileMove.enabled": "never",
"git.openRepositoryInParentFolders": "never",
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"window.customTitleBarVisibility": "auto",
"window.doubleClickIconToClose": true,
"window.titleBarStyle": "custom",
"workbench.layoutControl.enabled": false
}