From cb7ac216e734235996ff1b2629c4175f9911bcc8 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 8 Mar 2015 00:36:46 -0800 Subject: [PATCH] slate: throw window to next screen. --- dotfiles/slate.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dotfiles/slate.js b/dotfiles/slate.js index 30512dee..c8f80bef 100644 --- a/dotfiles/slate.js +++ b/dotfiles/slate.js @@ -65,6 +65,11 @@ hyperBindAll({ a: quarterCorner("top-left"), s: quarterCorner("top-right"), z: quarterCorner("bottom-left"), + n: slate.op("throw", { + "width": "windowSizeX", + "height": "windowSizeY", + "screen": "next" + }), x: quarterCorner("bottom-right"), // App focus e: focusApp("Emacs"),