Updated Running programs natively under Wayland (markdown)

Hummer12007 2016-10-13 00:34:14 +03:00
parent a280691b72
commit dd832831ad

@ -8,7 +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://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_CSD=0
``` ```