mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
docs: mention transparent in the window opacity docs
This should make it easier for folks to find this feature if they are searching for transparent as a keyword. refs https://github.com/wez/wezterm/issues/626
This commit is contained in:
parent
2dfba9aff7
commit
708b383791
@ -308,8 +308,9 @@ on hue, saturation, brigthness transformations.
|
||||
|
||||
If your Operating System provides Compositing support then WezTerm is able to
|
||||
specify the alpha channel value for the background content, rendering the
|
||||
window background translucent and causing the windows/desktop behind it to show
|
||||
through the window.
|
||||
window background translucent (some refer to this as transparent rather than
|
||||
translucent) and causing the windows/desktop behind it to show through the
|
||||
window.
|
||||
|
||||
macOS, Windows and Wayland support compositing out of the box. X11 may require
|
||||
installing or configuring a compositing window manager. XWayland under
|
||||
@ -317,10 +318,10 @@ Mutter/Wayland also works without any additional configuration.
|
||||
|
||||
`window_background_opacity` specifies the alpha channel value
|
||||
with floating point numbers in the range `0.0` (meaning completely
|
||||
translucent) through to `1.0` (meaning completely opaque).
|
||||
translucent/transparent) through to `1.0` (meaning completely opaque).
|
||||
|
||||
Setting this to a value other than the default `1.0` may
|
||||
impact render performance.
|
||||
Setting this to a value other than the default `1.0` may impact render
|
||||
performance.
|
||||
|
||||
```lua
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user