From 9b5c10b37d5841bf8ad1e497a4cdebcc365a6f3a Mon Sep 17 00:00:00 2001
From: Geoff Greer <geoff@greer.fm>
Date: Wed, 13 Feb 2019 08:49:08 -0800
Subject: [PATCH] Use correct field for for_window criteria (app_id, not id).

---
 Home.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Home.md b/Home.md
index 2b137bd..b0b8324 100644
--- a/Home.md
+++ b/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