From a5316a1e027cdd4b38d2f2ac6739a7f8721be620 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sat, 11 May 2019 12:06:31 +0300 Subject: [PATCH] Updated Running programs natively under Wayland (markdown) --- Running-programs-natively-under-Wayland.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Running-programs-natively-under-Wayland.md b/Running-programs-natively-under-Wayland.md index 7f116ab..8e03335 100644 --- a/Running-programs-natively-under-Wayland.md +++ b/Running-programs-natively-under-Wayland.md @@ -7,6 +7,7 @@ You can disable Xwayland (X clients under Wayland) support by specifying `xwayla Wayland should be selected by default. If not, this can be overridden on a per-app basis by setting: ``` +# Do not set this globally GDK_BACKEND=wayland CLUTTER_BACKEND=wayland ```