mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
Updated Running programs natively under Wayland (markdown)
parent
1b65e9d7c3
commit
7df0703a24
|
@ -12,6 +12,10 @@ CLUTTER_BACKEND=wayland
|
||||||
```
|
```
|
||||||
QT_QPA_PLATFORM=wayland-egl
|
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
|
## Elementary/EFL
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue