From: Marein Konings Date: Sun, 18 Jan 2015 19:48:34 +0000 (+0100) Subject: Add 'mark' as allowed key to i3-save-tree output X-Git-Tag: 4.9~18 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=29a832a160a839fe1b1199c57b3078bc323eacaf;p=i3%2Fi3 Add 'mark' as allowed key to i3-save-tree output --- diff --git a/i3-save-tree b/i3-save-tree index add4c8c1..c64fc72a 100755 --- a/i3-save-tree +++ b/i3-save-tree @@ -92,6 +92,7 @@ my %allowed_keys = map { ($_, 1) } qw( name geometry window_properties + mark ); sub strip_containers {