Hacker News new | ask | show | jobs
by rpastuszak 2013 days ago
Same here. What's problem does this solve? Or, is this just a neat proof-of-concept project? This isn't a loaded question, I'm genuinely curious.
1 comments

Navigation of the windows to which one is focused is no longer keyboard driven. Many just move the window into the largest leaf, and rotate the rest.

Focus will still follow your mouse I believe.

The binary tree concept just is a way of sorting the windows such that the rotation is predictable regardless of tiling layout.

ahh cool thanks.