Skip to content

Instantly share code, notes, and snippets.

View mcabrams's full-sized avatar
🤙
Wherever you go... there you are

Matthew Abrams mcabrams

🤙
Wherever you go... there you are
View GitHub Profile
// This is a configuration for Phoenix <https://github.com/sdegutis/Phoenix>,
// a super-lightweight OS X window manager that can be configured and
// scripted through Javascript.
var mNone = [],
mCmd = ['cmd'],
mShift = ['shift'],
nudgePixels = 10,
padding = 0,
previousSizes = {};