From 01b99cd9a9a2ec3002f6e7c237161bf5168264f3 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 15:37:32 -0400 Subject: [PATCH] docs: document Wayland frameless window shadow behaviour (#50195) docs: update linux frameless window docs to account for hasShadow:false Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: George Xu --- docs/tutorial/custom-window-styles.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/tutorial/custom-window-styles.md b/docs/tutorial/custom-window-styles.md index e07a06230b..3bd07bbfe2 100644 --- a/docs/tutorial/custom-window-styles.md +++ b/docs/tutorial/custom-window-styles.md @@ -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)