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
|
||||
geometry
|
||||
window_properties
|
||||
mark
|
||||
);
|
||||
|
||||
sub strip_containers {
|
||||
|
|
Loading…
Reference in New Issue