From 6e73c1297056bfd8c1ec2f421b198004440c872d Mon Sep 17 00:00:00 2001 From: Marco van den Oever Date: Wed, 14 Oct 2020 21:30:43 +0200 Subject: [PATCH] Update README.md - Always On Top --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index f12a09aa..aa54a31a 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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)