]> git.lizzy.rs Git - bspwm.git/blob - doc/TODO.md
Add the `--rectangle` command the *monitor* domain
[bspwm.git] / doc / TODO.md
1 - Add zoom feature (view point distinct from root).
2 - Add receptacles (leaves with NULL client pointer).
3 - Handle window size constraints specified by size hints.
4 - Add support for showing/hiding nodes.
5 - Implement all the MUSTs in the EWMH specification.
6 - Set more attributes in `make_client` (instead of doing it in `apply_rules`) and don't pass `XCB_NONE` as argument.
7 - Use BSD `sys/{queue/tree}.h` for {list,tree} structures?
8 - Handle malloc failure everywhere.