mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
Updated Running programs natively under Wayland (markdown)
parent
b2ab8f2614
commit
2e06bed0e3
|
@ -4,15 +4,9 @@ You can disable Xwayland (X clients under Wayland) support by specifying `xwayla
|
||||||
|
|
||||||
## GTK3
|
## GTK3
|
||||||
|
|
||||||
Wayland should be selected by default. If not, this can be overridden on a per-app basis by setting:
|
Wayland will be selected by default. Do **not** set `GDK_BACKEND=wayland`, it will break apps (e.g. Chromium and Electron).
|
||||||
|
|
||||||
```shell
|
Experimental Wayland support in Firefox can be enabled with `MOZ_ENABLE_WAYLAND=1`.
|
||||||
# Do not set this globally
|
|
||||||
GDK_BACKEND=wayland
|
|
||||||
CLUTTER_BACKEND=wayland
|
|
||||||
```
|
|
||||||
|
|
||||||
Setting ```GDK_BACKEND=wayland``` however can still lead to startup crashes with some applications, e.g. chromium (as of Feb. 2019) and electron. **For this reason `GDK_BACKEND` should not be set globally.**
|
|
||||||
|
|
||||||
## Qt5
|
## Qt5
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue