0.0.2 • Published 8 years ago

i3-layout-viewer v0.0.2

Weekly downloads
2
License
GPLv3+
Repository
github
Last release
8 years ago

i3 layout viewer

npm version

The i3 window manager allows to save the layout in a JSON file.

This tool converts this JSON file to a DOT file (see GraphViz tool).

example layout

To actually visualize the graph, you'll need a viewer like xdot. So the full chain is:

i3-save-tree | i3-layout-to-dot | xdot -

This tool was inspired by this video.

Install

As root:

# npm install -g i3-layout-viewer