Hide On Focus Lost
When clicking or alt-tabbing away to another app, the terminal will automatically (and instantly) hide.
Defaults to true
.
Global
{
"HideOnFocusLost": false
}
Per App
{
"Apps": [
{
"Name": "Terminal",
"HideOnFocusLost": false
...
}
]
}
Suggested by Douglas Lara