mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 22:43:58 +01: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 New Issue
Block a user