docs: document Wayland frameless window shadow behaviour (#50193)

docs: update linux frameless window docs to account for hasShadow:false
This commit is contained in:
George Xu
2026-03-10 18:37:38 -07:00
committed by GitHub
parent f1705eccf8
commit c4c6195341

View File

@@ -12,6 +12,10 @@ To create a frameless window, set the [`BaseWindowContructorOptions`][] `frame`
```
On Wayland (Linux), frameless windows have GTK drop shadows and extended
resize boundaries by default. To create a fully frameless window with no
decorations, set `hasShadow: false` in the window constructor options.
## Transparent windows
![Transparent Window](../images/transparent-window.png)