By scriptable I mean you can write your scripts in almost any language, and there are already built-in libraries in Ruby, Python, Clojure, Go, and JavaScript for doing it.
By "window manager" I mean you can move around windows and resize them and stuff using a programmatic API. And you can bind global hot-keys to your callbacks in whatever language you're using.
Comments
I've been working on a scriptable window manager for Mac OS X called Zephyros - https://github.com/sdegutis/zephyros
By scriptable I mean you can write your scripts in almost any language, and there are already built-in libraries in Ruby, Python, Clojure, Go, and JavaScript for doing it.
By "window manager" I mean you can move around windows and resize them and stuff using a programmatic API. And you can bind global hot-keys to your callbacks in whatever language you're using.