Updated Home (markdown)

AsamK 2016-08-28 17:05:52 +02:00
parent 6da1691b87
commit debf8084f4

@ -128,6 +128,9 @@ Try one of the following:
* Patch the application to remove decorations. See [gtk_window_set_decorated](https://developer.gnome.org/gtk3/stable/GtkWindow.html#gtk-window-set-decorated)
* Make an upstream pull-request, that makes decorations optional at runtime.
#### Disabling client-side Qt decorations
Qt currently defaults to using the X11 backend instead of its native Wayland backend. To use the Wayland backend, set `QT_QPA_PLATFORM=wayland`. Then Qt will also draw client-side decorations for all windows, to disable this, set `QT_WAYLAND_DISABLE_WINDOWDECORATION="1"`
#### Window rules to adjust sway's borders
If you want to use a particular application's built-in window decorations over the sway borders, you can write a rule like this in your config: