diff options
author | David Horner <sites@tecdev.com> | 2024-11-23 14:20:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-23 19:20:56 +0000 |
commit | 6e9a19fd8317e9d0d6a33aa535a1f2ea56844626 (patch) | |
tree | c01e6caac137590e2bc57de0b4fdac6cfd5ac6d2 /extra | |
parent | 3ac4904eb5a1cc15cc02b077c118f1ffcb9e6916 (diff) | |
download | alacritty-6e9a19fd8317e9d0d6a33aa535a1f2ea56844626.tar.gz alacritty-6e9a19fd8317e9d0d6a33aa535a1f2ea56844626.zip |
Add `window.level` config option
Diffstat (limited to 'extra')
-rw-r--r-- | extra/man/alacritty.5.scd | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index fa0edaaf..18172487 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -195,6 +195,17 @@ This section documents the *[window]* table of the configuration file. Default: _"None"_ +*level* = _"Normal"_ | _"AlwaysOnTop"_ + + Sets window level. + + *Normal* + Window adheres to system's default z-order. + *AlwaysOnTop* + Window is a toplevel window. + + Default: _"Normal"_ + Example: *[window]*++ padding = { x = _3_, y = _3_ }++ |