1I3-SAVE-TREE(1) User Contributed Perl Documentation I3-SAVE-TREE(1)
2
3
4
6 i3-save-tree - save (parts of) the layout tree for restoring
7
9 i3-save-tree [--workspace=name|number] [--output=name]
10
12 Dumps a workspace (or an entire output) to stdout. The data is supposed
13 to be edited a bit by a human, then later fed to i3 via the
14 append_layout command.
15
16 The append_layout command will create placeholder windows, arranged in
17 the layout the input file specifies. Each container should have a
18 swallows specification. When a window is mapped (made visible on the
19 screen) that matches the specification, i3 will put it into that place
20 and kill the placeholder.
21
22 If neither argument is specified, the currently focused workspace will
23 be used.
24
26 --workspace=name|number
27 Specifies the workspace that should be dumped, e.g. 1. This can
28 either be a name or the number of a workspace.
29
30 --output=name
31 Specifies the output that should be dumped, e.g. LVDS-1.
32
34 Version 0.1
35
37 Michael Stapelberg, "<michael at i3wm.org>"
38
40 Copyright 2013 Michael Stapelberg.
41
42 This program is free software; you can redistribute it and/or modify it
43 under the terms of the BSD license.
44
45
46
47perl v5.34.0 2021-11-03 I3-SAVE-TREE(1)