diff --git a/Running-programs-natively-under-Wayland.md b/Running-programs-natively-under-Wayland.md index 9841aeb..ca42f3e 100644 --- a/Running-programs-natively-under-Wayland.md +++ b/Running-programs-natively-under-Wayland.md @@ -7,8 +7,11 @@ You can disable Xwayland (X clients under Wayland) support by specifying `xwayla Wayland will be selected by default. Do **not** set `GDK_BACKEND`, it will break apps (e.g. Chromium and Electron). Experimental Wayland support in Firefox can be enabled with `MOZ_ENABLE_WAYLAND=1`. + Experimental Wayland support in Firefox ESR 68 can be enabled with `MOZ_ENABLE_WAYLAND=1 firefox --no-remote`. + Wayland support in LibreOffice can be enabled with `SAL_USE_VCLPLUGIN=gtk3`. + Wayland support in Deluge 2 can be enabled with `DISPLAY=localhost:0.0 deluge`. ## Qt5