1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00

docs: docs update with macos warning

This commit is contained in:
rawnly 2023-12-04 00:07:22 +01:00 committed by Wez Furlong
parent 5dcf67dbec
commit 2dfeeb37a5
3 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,7 @@
# `SetWindowLevel` # `SetWindowLevel`
{{since('nightly')}} {{since('nightly')}}
Set window level sepcified by the argument value. eg: `AlwaysOnTop` keeps the current window on top of other windows. Set window level sepcified by the argument value. eg: `AlwaysOnTop` keeps the current window on top of other windows.
Accepted values: Accepted values:
@ -28,3 +29,7 @@ config.keys = {
}, },
} }
``` ```
> Note:
> This functionality is currently only implemented on macOS.
> The assigned values for window level will have no effect on other operating systems.

View File

@ -13,4 +13,6 @@ config.keys = {
} }
``` ```
> Note:
> This functionality is currently only implemented on macOS.
> The assigned values for window level will have no effect on other operating systems.

View File

@ -13,4 +13,6 @@ config.keys = {
} }
``` ```
> Note:
> This functionality is currently only implemented on macOS.
> The assigned values for window level will have no effect on other operating systems.