Updated Home (markdown)

Drew DeVault 2016-05-29 12:11:52 -04:00
parent fbf5a1950a
commit 99ddeff2ff

@ -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)