diff --git a/Running-programs-natively-under-Wayland.md b/Running-programs-natively-under-Wayland.md index 490cc1c..82a9418 100644 --- a/Running-programs-natively-under-Wayland.md +++ b/Running-programs-natively-under-Wayland.md @@ -9,8 +9,6 @@ GDK_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://bugzilla.gnome.org/show_bug.cgi?id=781909](https://bugzilla.gnome.org/show_bug.cgi?id=781909).~~ - ## Qt5 ```