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

Update docs/config/lua/keyassignment/SetWindowLevel.md

Co-authored-by: Wez Furlong <wez@wezfurlong.org>
This commit is contained in:
Federico 2023-12-02 18:15:14 +01:00 committed by Wez Furlong
parent 15da320b15
commit 7805ebefa7

View File

@ -1,5 +1,6 @@
# `SetWindowLevel`
{{since('nightly')}}
Set window level sepcified by the argument value. eg: `AlwaysOnTop` keeps the current window on top of other windows.
Accepted values: `AlwaysOnBottom` | `Normal` | `AlwaysOnTop`