ref: 6e43aa4d46695de7c4d281e0b776c65e0d38c2d9
parent: 5cee1124022211c00794ce0167f3353b85815fae
author: Halfwit <michaelmisch1985@gmail.com>
date: Sat Aug 11 17:47:32 PDT 2018
Add note to readme
--- a/README.md
+++ b/README.md
@@ -1,5 +1,8 @@
# Bin Packing Meets Window Management
+* CURRENTLY BROKEN *
+The previous state this was left in shouldn't really be ran anywhere, as it's too intensive for sane use - so I've pushed the new design through to master. Please don't use this until 0.1 release.
+
This is a small project used in tandem with [hwwm](https://github.com/halfwit/hwwm) to lay out my windows in a way that I want
It uses a relaxed variant of the 2D Bin Pack, with a caveat that the rectangles have variable sizes.
The algorithm will try to lay out windows within the given space up to the max for each rectangle.