aboutsummaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorDavid Horner <sites@tecdev.com>2024-11-23 14:20:56 -0500
committerGitHub <noreply@github.com>2024-11-23 19:20:56 +0000
commit6e9a19fd8317e9d0d6a33aa535a1f2ea56844626 (patch)
treec01e6caac137590e2bc57de0b4fdac6cfd5ac6d2 /extra
parent3ac4904eb5a1cc15cc02b077c118f1ffcb9e6916 (diff)
downloadalacritty-6e9a19fd8317e9d0d6a33aa535a1f2ea56844626.tar.gz
alacritty-6e9a19fd8317e9d0d6a33aa535a1f2ea56844626.zip
Add `window.level` config option
Diffstat (limited to 'extra')
-rw-r--r--extra/man/alacritty.5.scd11
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_ }++