Windows.app: Open source OS X window manager atop JSCocoa(github.com)
github.com
Windows.app: Open source OS X window manager atop JSCocoa
https://github.com/sdegutis/windowsapp
3 comments
Screenshots for the lazy?
Screenshots don't really make sense for this app. It's a configuration-based WM, so APIs make more sense.
Here's a link to the CoffeeScript/JavaScript API: https://github.com/sdegutis/windowsapp#api
Here's a link to the CoffeeScript/JavaScript API: https://github.com/sdegutis/windowsapp#api
You can configure it with JS or CoffeeScript, and using JSCocoa gives you access to most (all?) of Cocoa's API to do as you please. And the latest version has a minimal REPL that you can use to tinker.
The author has a nice config you could paste into ~/.windowsapp.coffee to get started:
https://github.com/sdegutis/home/blob/master/.windowsapp.cof...