mirror of
https://github.com/swaywm/sway.git
synced 2024-11-14 14:34:07 +01:00
Use correct field for for_window criteria (app_id, not id).
parent
456170f6d7
commit
9b5c10b37d
2
Home.md
2
Home.md
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user