Updated Running programs natively under Wayland (markdown)

Simon Ser 2019-07-04 00:33:15 +03:00
parent 8e5ade143e
commit 596d88bf04

@ -59,4 +59,12 @@ Some Java AWT applications would not display properly unless you set the followi
```shell ```shell
_JAVA_AWT_WM_NONREPARENTING=1 _JAVA_AWT_WM_NONREPARENTING=1
```
## Firefox
Wayland isn't the default yet.
```shell
MOZ_ENABLE_WAYLAND=1
``` ```