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:
parent
5dcf67dbec
commit
2dfeeb37a5
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user