I want to create a simple stacking window manager (in C) for private use, mainly for the purpose of learning and challenging myself.
C
I\'ve looked throug
http://code.google.com/p/partiwm/ is an attempt to write a window manager (tiling, not stacking) from scratch, it might be useful to you to read through the code.