Skip to content

Commit

Permalink
Update README.md - Always On Top
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingpie authored Oct 14, 2020
1 parent 34f35f4 commit 6e73c12
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Suggested by [Mike F](https://github.com/mikef-nl)
- [Horizontal Screen Coverage](#horizontal-screen-coverage)
- [Horizontal Align](#horizontal-align)
- [Hide On Focus Lost](#hide-on-focus-lost)
- [Always On Top](#always-on-top)

## Hot Keys
Multiple hot keys are supported, with an optional modifier.
Expand Down Expand Up @@ -164,3 +165,15 @@ Defaults to "true".
```

Suggested by [Douglas Lara](https://github.com/douglara)

## Always On Top
Whether to keep the terminal window always on top (requires restart).

```jsonc
{
// Whether to keep the terminal window always on top (requires restart).
"AlwaysOnTop": true
}
```

Suggested by [Adam](https://github.com/avere001)

0 comments on commit 6e73c12

Please sign in to comment.