how do people write their own window managers? is there a library you can hook into to control window layout? it's something i'm kinda interested in playing around with, but i have no idea where to begin my research >_>
@QuietMisdreavus You might find tinywm helpful. It's 50 lines of C with an annotated version to explain what everything does. It's basic, but it should at least help you get started. http://incise.org/tinywm.html
@auravulpes dang, this is nice! thanks for the link!