ref: 03c059fc56831f0dc945bc15eb00ec35d8494610
parent: 96a6d18d807bb75adde746309ccf86d62ff666a9
author: Halfwit <michaelmisch1985@gmail.com>
date: Sun Oct 15 13:13:09 PDT 2017
Initial update of readme
--- a/README.md
+++ b/README.md
@@ -1,2 +1,5 @@
-For use with dotfiles/local/cfg/wmutils/wshuf
-tested with clang -o binpack binpack.c -std=c99
+# Bin Packing Meets Window Management
+
+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.