Updated Running programs natively under Wayland (markdown)

Simon Ser 2019-04-19 09:07:13 +03:00
parent 284326d534
commit bbea804204

@ -27,6 +27,12 @@ To use your monitor's DPI instead of the default of 96 DPI:
QT_WAYLAND_FORCE_DPI=physical
```
Older versions of Qt always show window decorations. To hide them:
```
QT_WAYLAND_DISABLE_WINDOWDECORATION=1
```
## Elementary/EFL
```