mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Updated Home (markdown)
parent
6da1691b87
commit
debf8084f4
3
Home.md
3
Home.md
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user