update
This commit is contained in:
parent
683eb32017
commit
62b562557b
4 changed files with 110 additions and 31 deletions
0
configs/.npmrc
Normal file
0
configs/.npmrc
Normal file
16
configs/blackbox.keyfile
Normal file
16
configs/blackbox.keyfile
Normal 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
|
|
@ -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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue