mirror of
https://github.com/swaywm/sway.git
synced 2025-03-20 13:29:33 +00:00
Updated Running programs natively under Wayland (markdown)
parent
7df0703a24
commit
a280691b72
1 changed files with 6 additions and 1 deletions
|
@ -8,6 +8,11 @@ GDK_BACKEND=wayland
|
||||||
CLUTTER_BACKEND=wayland
|
CLUTTER_BACKEND=wayland
|
||||||
```
|
```
|
||||||
|
|
||||||
|
GTK+3 renders CSD (client-side decorations) under the wayland by default. To disable them, apply the following patch to GTK+: `[https://aur.archlinux.org/cgit/aur.git/plain/gtk3-make-csd-optional.patch?h=gtk3-optional-csd](https://aur.archlinux.org/cgit/aur.git/plain/gtk3-make-csd-optional.patch?h=gtk3-optional-csd)` and set:
|
||||||
|
```
|
||||||
|
GTK_CSD=0
|
||||||
|
```
|
||||||
|
|
||||||
## Qt5
|
## Qt5
|
||||||
```
|
```
|
||||||
QT_QPA_PLATFORM=wayland-egl
|
QT_QPA_PLATFORM=wayland-egl
|
||||||
|
|
Loading…
Add table
Reference in a new issue