From d31ca41b903ca61c687b26cdb7e93f6ae6e5fa12 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 26 Jul 2017 19:19:04 -0400 Subject: [PATCH] Updated Running programs natively under Wayland (markdown) --- Running-programs-natively-under-Wayland.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Running-programs-natively-under-Wayland.md b/Running-programs-natively-under-Wayland.md index 9e951c7..588beb1 100644 --- a/Running-programs-natively-under-Wayland.md +++ b/Running-programs-natively-under-Wayland.md @@ -8,10 +8,7 @@ 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://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 -``` +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 ```