Skip to content

Commit

Permalink
Add autoHideWindows
Browse files Browse the repository at this point in the history
Resolves #633
  • Loading branch information
mattwojo authored Mar 10, 2023
1 parent 462e28c commit a75242b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion TerminalDocs/customize-settings/interaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Windows Terminal Interaction Settings
description: Learn how to customize interaction settings within Windows Terminal.
author: cinnamon-msft
ms.author: cinnamon
ms.date: 05/24/2022
ms.date: 03/10/2023
ms.topic: how-to
---

Expand Down Expand Up @@ -204,6 +204,21 @@ The tab switcher will open on the initial press of the actions for `nextTab` and

___

## Automatically hide on focus loss

When enabled, this allows the Terminal window to automatically be hidden as soon as the window loses focus.

**Property name:** `autoHideWindow`

**Necessity:** Optional

**Accepts:** `true`, `false`

**Default value:** `false`

<br />
___

## Automatically focus pane on mouse hover

When this is set to `true`, the terminal will move focus to the pane on mouse hover. When it's set to `false`, a click will be required to focus the pane using the mouse.
Expand Down

0 comments on commit a75242b

Please sign in to comment.