From bbea8042045bc1e2a1202845e62028adb6468582 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 19 Apr 2019 09:07:13 +0300 Subject: [PATCH] Updated Running programs natively under Wayland (markdown) --- Running-programs-natively-under-Wayland.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Running-programs-natively-under-Wayland.md b/Running-programs-natively-under-Wayland.md index abefe98..7f116ab 100644 --- a/Running-programs-natively-under-Wayland.md +++ b/Running-programs-natively-under-Wayland.md @@ -27,6 +27,12 @@ To use your monitor's DPI instead of the default of 96 DPI: QT_WAYLAND_FORCE_DPI=physical ``` +Older versions of Qt always show window decorations. To hide them: + +``` +QT_WAYLAND_DISABLE_WINDOWDECORATION=1 +``` + ## Elementary/EFL ```