add java as cask.

This commit is contained in:
2014-10-23 15:42:28 -07:00
parent 7988eb7f6a
commit a2646b035a
3 changed files with 269 additions and 261 deletions

View File

@@ -6,12 +6,16 @@ var grid = slate.op("grid", {
"1920x1080": {"width": 8, "height": 6}
}
});
slate.bindAll({
"esc:cmd": hint,
"space:alt": grid
"space:alt": grid,
"tab:cmd": slate.op("switch")
});
slate.configAll({
windowHintsIgnoreHiddenWindows: false,
windowHintsShowIcons: true,
windowHintsSpread: true
windowHintsSpread: true,
switchShowTitles: true
});