i3-layout-viewer

0.0.2 • Public • Published

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

/i3-layout-viewer/

    Package Sidebar

    Install

    npm i i3-layout-viewer

    Weekly Downloads

    0

    Version

    0.0.2

    License

    GPLv3+

    Last publish

    Collaborators

    • cbenz