mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 07:51:28 +00:00
Updated Running programs natively under Wayland (markdown)
parent
409de26862
commit
d31ca41b90
|
@ -8,10 +8,7 @@ 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+3 renders CSD (client-side decorations) under the wayland by default. To disable them, apply the following patch to GTK+: [https://bugzilla.gnome.org/show_bug.cgi?id=781909](https://bugzilla.gnome.org/show_bug.cgi?id=781909).
|
||||||
```
|
|
||||||
GTK_CSD=0
|
|
||||||
```
|
|
||||||
|
|
||||||
## Qt5
|
## Qt5
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue