[client] config: default minimizeOnFocusLoss to off

This commit is contained in:
Geoffrey McRae 2021-07-08 08:49:00 +10:00
parent 0acce0737f
commit 59efa6f0ad

View file

@ -198,7 +198,7 @@ static struct Option options[] =
.name = "minimizeOnFocusLoss",
.description = "Minimize window on focus loss",
.type = OPTION_TYPE_BOOL,
.value.x_bool = true,
.value.x_bool = false,
},
{
.module = "win",