Skip to content

Instantly share code, notes, and snippets.

@ecoleman
Created November 12, 2013 18:41
Show Gist options
  • Save ecoleman/7436399 to your computer and use it in GitHub Desktop.
Save ecoleman/7436399 to your computer and use it in GitHub Desktop.
S.cfga({
"defaultToCurrentScreen": true,
"nudePercentOf": "screenSize",
"resizePercentOf": "screenSize"
});
S.bnda({
"down:ctrl;alt;cmd": S.op("move", {
"x": "screenOriginX",
"y": "screenOriginY",
"width": "screenSizeX",
"height": "screenSizeY"
})
, "left:alt;cmd": S.op("push", { "direction": "left", "style": "bar-resize:screenSizeX/2" })
, "right:alt;cmd": S.op("push", { "direction": "right", "style": "bar-resize:screenSizeX/2" })
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment