Use correct field for for_window criteria (app_id, not id).

Geoff Greer 2019-02-13 08:49:08 -08:00
parent 456170f6d7
commit 9b5c10b37d

@ -267,7 +267,7 @@ Qt currently defaults to using the X11 backend instead of its native Wayland bac
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
for_window [app_id="nautilus"] border none
#### Issues with Java applications