mirror of
https://github.com/swaywm/sway.git
synced 2025-04-25 06:40:35 +00:00
Updated Running programs natively under Wayland (markdown)
parent
1b65e9d7c3
commit
7df0703a24
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue