Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 627 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 627 Bytes

I3 Tree manager

A tool to visualize I3 WM containers tree and move them without switching focus.

This is useful when you have lots of containers to arrange.

Install

Check your distro package manager first, maybe you'll find a package.

To compile from sources you'll first need a rust toolchain

Pull this repository.

Then run cargo install.

Usage

In selection mode (default)

  • Use arrow keys to select a container in the tree.
  • Press "M" to enter move mode.

In move mode

  • Use arrow keys to move container
  • Press "ESC" to exit to selection mode

License

MIT