]> git.sur5r.net Git - i3/i3/commitdiff
Update "mark" to "marks" in i3-save-tree. (#2308)
authorIngo Bürk <admin@airblader.de>
Sat, 23 Apr 2016 11:43:23 +0000 (13:43 +0200)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Sat, 23 Apr 2016 11:43:23 +0000 (12:43 +0100)
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

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