forked from colonelpanic/dotfiles
slate: throw window to next screen.
This commit is contained in:
parent
497600b1d1
commit
cb7ac216e7
@ -65,6 +65,11 @@ hyperBindAll({
|
|||||||
a: quarterCorner("top-left"),
|
a: quarterCorner("top-left"),
|
||||||
s: quarterCorner("top-right"),
|
s: quarterCorner("top-right"),
|
||||||
z: quarterCorner("bottom-left"),
|
z: quarterCorner("bottom-left"),
|
||||||
|
n: slate.op("throw", {
|
||||||
|
"width": "windowSizeX",
|
||||||
|
"height": "windowSizeY",
|
||||||
|
"screen": "next"
|
||||||
|
}),
|
||||||
x: quarterCorner("bottom-right"),
|
x: quarterCorner("bottom-right"),
|
||||||
// App focus
|
// App focus
|
||||||
e: focusApp("Emacs"),
|
e: focusApp("Emacs"),
|
||||||
|
Loading…
Reference in New Issue
Block a user