From 065ba61baabe1f84d64158490b456bc421a9d5a6 Mon Sep 17 00:00:00 2001 From: Connor Edwards <38229097+c-edw@users.noreply.github.com> Date: Tue, 22 Jan 2019 10:29:41 +0000 Subject: [PATCH] Updated Running programs natively under Wayland (markdown) --- Running-programs-natively-under-Wayland.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Running-programs-natively-under-Wayland.md b/Running-programs-natively-under-Wayland.md index 0c56742..b2f3744 100644 --- a/Running-programs-natively-under-Wayland.md +++ b/Running-programs-natively-under-Wayland.md @@ -1,5 +1,7 @@ If your toolkit/library supports this, you can have your apps run natively (without Xwayland) by setting some environment variables (you can add them to your launcher script or a session file if you're using a display manager). +You can disable Xwayland (X clients under Wayland) support by specifying `xwayland disable` in your Sway config. + ## GTK3 Wayland should be selected by default. If not: