https://github.com/chmln/i3-auto-layout
Automatic, optimal tiling for i3wm
https://github.com/chmln/i3-auto-layout
Last synced: 10 months ago
JSON representation
Automatic, optimal tiling for i3wm
- Host: GitHub
- URL: https://github.com/chmln/i3-auto-layout
- Owner: chmln
- Created: 2019-10-20T19:37:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T22:37:22.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T13:50:43.008Z (over 1 year ago)
- Language: Rust
- Size: 54.7 KB
- Stars: 146
- Watchers: 4
- Forks: 20
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# i3-auto-layout
Automatic, optimal tiling for i3wm inspired by the deprecated `i3-alternating-layouts` and bspwm. An appropriate split is set for each window based on its geometry.
Improvements over `i3-alternating-layouts`:
- single compiled binary with no dependencies (except i3 of course)
- written in Rust for maximum performance and low resource usage (~0% CPU, ~0% MEM)
- works asynchronously over IPC
### Before

### After

# Installation
Grab a binary from [releases](https://github.com/chmln/i3-auto-layout/releases) OR `cargo install --git https://github.com/chmln/i3-auto-layout`
Then somewhere in your i3 config
```
exec_always --no-startup-id i3-auto-layout
```