From 42a3371013a66729d808e9cf535b8a3abd43ab58 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ingo=20B=C3=BCrk?= Date: Sat, 23 Apr 2016 13:43:23 +0200 Subject: [PATCH] Update "mark" to "marks" in i3-save-tree. (#2308) When allowing multiple marks on a container, we renamed the "mark" field to "marks". This breaks i3-save-tree which will now filter out the marks on a window because it doesn't match anymore. This commit fixes that issue. Thanks to /u/xenomachina for hinting to this issue. --- i3-save-tree | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3-save-tree b/i3-save-tree index b00e1fe1..1e56a045 100755 --- a/i3-save-tree +++ b/i3-save-tree @@ -98,7 +98,7 @@ my %allowed_keys = map { ($_, 1) } qw( name geometry window_properties - mark + marks rect ); -- 2.39.5