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.
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
.
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
MIT