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.
next
Ingo Bürk 2016-04-23 13:43:23 +02:00 committed by Michael Stapelberg
parent ba5240d621
commit 42a3371013
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ my %allowed_keys = map { ($_, 1) } qw(
name
geometry
window_properties
mark
marks
rect
);