diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2023-10-29 16:18:33 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-29 16:18:33 +0400 |
commit | a0663c522537b65ea83ff6706da1e28651997c1b (patch) | |
tree | b2159100e6fad4831049479d91b97f007563c02b /extra | |
parent | 0db2fc7865cff5c7455889093042329b9f5ef68c (diff) | |
download | alacritty-a0663c522537b65ea83ff6706da1e28651997c1b.tar.gz alacritty-a0663c522537b65ea83ff6706da1e28651997c1b.zip |
Add `window.blur` config option
Fixes #972.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/man/alacritty.5.scd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index 57225452..0d4c28cf 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -133,6 +133,12 @@ This section documents the *[window]* table of the configuration file. Default: _1.0_ +*blur* <boolean> _(works on macOS/KDE Wayland)_ + + Request compositor to blur content behind transparent windows. + + Default: _false_ + *startup_mode* "Windowed" | "Maximized" | "Fullscreen" | "SimpleFullscreen" Startup mode (changes require restart) |