| Crates.io | fwm |
| lib.rs | fwm |
| version | 0.1.0 |
| created_at | 2021-04-19 20:40:29.479697+00 |
| updated_at | 2021-04-19 20:40:29.479697+00 |
| description | Window management logic |
| homepage | |
| repository | https://github.com/umanwizard/fwm |
| max_upload_size | |
| id | 386812 |
| size | 58,968 |
This contains tile management logic (Layout in src/lib.rs) that one could use as the starting point for creating a tiling window manager, or for adding tiling window functionality to other programs (similar to vim).
It is not a functioning window manager now.