Updated Running programs natively under Wayland (markdown)

Hummer12007 2016-10-13 00:28:41 +03:00
parent 1b65e9d7c3
commit 7df0703a24

@ -12,6 +12,10 @@ CLUTTER_BACKEND=wayland
```
QT_QPA_PLATFORM=wayland-egl
```
Qt5 renders CSD (client-side decorations) under the wayland backend by default. To disable them, set the following.
```
QT_DISABLE_WINDOWDECORATION=1
```
## Elementary/EFL
```