From 986630d88bf6b94b8cf343b6c9365a12884495d3 Mon Sep 17 00:00:00 2001 From: Hugo Date: Mon, 17 Jul 2023 11:58:41 +0200 Subject: [PATCH] Add link to Useful add ons for sway, which might be what people are looking for --- Running-programs-natively-under-Wayland.md | 4 ++++ 1 file changed, 4 insertions(+) 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).