mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Updated Home (markdown)
parent
fbf5a1950a
commit
99ddeff2ff
5
Home.md
5
Home.md
@ -120,6 +120,11 @@ 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.
|
||||
|
||||
#### 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:
|
||||
|
||||
for_window [id="nautilus"] border none
|
||||
|
||||
#### Blank window in Java application.
|
||||
|
||||
* Try to set `_JAVA_AWT_WM_NONREPARENTING=1` in your environment. [Source](https://github.com/SirCmpwn/sway/issues/595)
|
||||
|
Loading…
Reference in New Issue
Block a user