Scroll to navigation

I3-SAVE-TREE(1) User Contributed Perl Documentation I3-SAVE-TREE(1)
 

NAME

    i3-save-tree - save (parts of) the layout tree for restoring

SYNOPSIS

    i3-save-tree [--workspace=name] [--output=name]

DESCRIPTION

Dumps a workspace (or an entire output) to stdout. The data is supposed to be edited a bit by a human, then later fed to i3 via the append_layout command.
The append_layout command will create placeholder windows, arranged in the layout the input file specifies. Each container should have a swallows specification. When a window is mapped (made visible on the screen) that matches the specification, i3 will put it into that place and kill the placeholder.

OPTIONS

--workspace=name
Specifies the workspace that should be dumped, e.g. 1. Either this or --output need to be specified.
--output=name
Specifies the output that should be dumped, e.g. LVDS-1. Either this or --workspace need to be specified.

VERSION

Version 0.1

AUTHOR

Michael Stapelberg, "<michael at i3wm.org>"

LICENSE AND COPYRIGHT

Copyright 2013 Michael Stapelberg.
This program is free software; you can redistribute it and/or modify it under the terms of the BSD license.
2014-06-15 perl v5.20.1