Add 'mark' as allowed key to i3-save-tree output
This commit is contained in:
parent
407e9cf745
commit
29a832a160
|
@ -92,6 +92,7 @@ my %allowed_keys = map { ($_, 1) } qw(
|
||||||
name
|
name
|
||||||
geometry
|
geometry
|
||||||
window_properties
|
window_properties
|
||||||
|
mark
|
||||||
);
|
);
|
||||||
|
|
||||||
sub strip_containers {
|
sub strip_containers {
|
||||||
|
|
Loading…
Reference in New Issue