Add 'mark' as allowed key to i3-save-tree output
Patch status: merged
Patch by Marein Konings
To apply this patch, use:
curl http://cr.i3wm.org/patch/700/raw.patch | git am
b/i3-save-tree
13 |
@@ -92,6 +92,7 @@ my %allowed_keys = map { ($_, 1) } qw( |
14 |
name |
15 |
geometry |
16 |
window_properties |
17 |
+ mark |
18 |
); |
19 |
|
20 |
sub strip_containers { |