diff --git a/Running-programs-natively-under-Wayland.md b/Running-programs-natively-under-Wayland.md index c897481..84c0293 100644 --- a/Running-programs-natively-under-Wayland.md +++ b/Running-programs-natively-under-Wayland.md @@ -2,6 +2,10 @@ If your toolkit/library supports this, you can have your apps run natively (with You can disable Xwayland (X clients under Wayland) support by specifying `xwayland disable` in your Sway config. +### About this list + +This article is about configuring portable applications to use Wayland natively. For a list of Wayland-native utilities, see [Useful add ons for sway](https://github.com/swaywm/sway/wiki/Useful-add-ons-for-sway). + ## GTK3 Wayland will be selected by default. Do **not** set `GDK_BACKEND`, it will break apps (e.g. Chromium and Electron).