1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 13:21:38 +03:00
This commit is contained in:
Wez Furlong 2023-03-24 19:23:47 -07:00
parent 63676c30d2
commit b113cc909e
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
3 changed files with 23 additions and 0 deletions

View File

@ -28,6 +28,9 @@ As features stabilize some brief notes about them will accumulate here.
* [wezterm cli kill-pane](cli/cli/kill-pane.md),
[wezterm cli activate-pane](cli/cli/activate-pane.md) and
[wezterm cli activate-tab](cli/cli/activate-tab.md) #3352 #886
* macOS:
[macos_window_background_blur](config/lua/config/macos_window_background_blur.md)
enables a nice translucent window effect. Thanks to @Gkirito! #3344
#### Fixed
* ssh ProxyCommand didn't parse command lines containing `=` correctly. #3307

View File

@ -0,0 +1,20 @@
# `macos_window_background_blur = 0`
{{since('nightly')}}
When combined with `window_background_opacity`, configures the blur radius
amount used by macOS when compositing the window on the screen.
This can be used to produce a translucent window effect rather than
a crystal clear transparent window effect.
The screenshot below was achieved using this configuration:
```lua
config.window_background_opacity = 0.3
config.macos_window_background_blur = 20
```
![Screenshot](../../../screenshots/wezterm-macos-background-blur.png)
The default value for `macos_window_background_blur` is `0`.

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 KiB