mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 10:11:43 -05:00
468 B
468 B
- Add zoom feature (view point distinct from root).
- Add receptacles (leaves with NULL client pointer).
- Handle window size constraints specified by size hints.
- Add support for showing/hiding nodes.
- Implement all the MUSTs in the EWMH specification.
- Set more attributes in
make_client
(instead of doing it inapply_rules
) and don't passXCB_NONE
as argument. - Use BSD
sys/{queue/tree}.h
for {list,tree} structures? - Handle malloc failure everywhere.