From dd832831ad8ae59b4d39e385175677556b70b511 Mon Sep 17 00:00:00 2001 From: Hummer12007 Date: Thu, 13 Oct 2016 00:34:14 +0300 Subject: [PATCH] Updated Running programs natively under Wayland (markdown) --- Running-programs-natively-under-Wayland.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-programs-natively-under-Wayland.md b/Running-programs-natively-under-Wayland.md index 4ae13f9..9e951c7 100644 --- a/Running-programs-natively-under-Wayland.md +++ b/Running-programs-natively-under-Wayland.md @@ -8,7 +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+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 ```