mixu / nwm

Tiling window manager for X11 written in Node.js
http://mixu.net/nwm/
MIT License
789 stars 72 forks source link

hotLoad is too hot. #7

Closed cryptix closed 13 years ago

cryptix commented 13 years ago

having a second, non-caching require() implementation feels quite weird to me. doesn't feel right for more complex things and layouts shouldn't change so often either.

also applied build style for node 0.6.x

mixu commented 13 years ago

I agree - I thought it would be useful for tweaking the layouts, but I never ended up using that functionality. I'll merge this in and test it today.