Updated Running programs natively under Wayland (markdown)

emersion 2018-12-14 12:53:55 +01:00
parent 8d6015da04
commit a47a974cbd

@ -11,10 +11,18 @@ CLUTTER_BACKEND=wayland
## Qt5
Wayland is used by default if `XDG_SESSION_TYPE=wayland` is set (ie. if you use a display manager). If not:
```
QT_QPA_PLATFORM=wayland-egl
```
To use your monitor's DPI instead of the default of 96 DPI:
```
QT_WAYLAND_FORCE_DPI=physical
```
## Elementary/EFL
```