-
Notifications
You must be signed in to change notification settings - Fork 8
/
slate
74 lines (67 loc) · 2.65 KB
/
slate
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#!/bin/cat
# This is the default .slate file.
# If no ~/.slate file exists this is the file that will be used.
#config defaultToCurrentScreen true
#config nudgePercentOf screenSize
#config resizePercentOf screenSize
#
## Resize Bindings
#bind right:alt resize +10% +0
#bind left:alt resize -10% +0
#bind up:alt resize +0 -10%
#bind down:alt resize +0 +10%
#bind right:ctrl;alt resize -10% +0 bottom-right
#bind left:ctrl;alt resize +10% +0 bottom-right
#bind up:ctrl;alt resize +0 +10% bottom-right
#bind down:ctrl;alt resize +0 -10% bottom-right
#
## Push Bindings
#bind right:ctrl;cmd push right bar-resize:screenSizeX/3
#bind left:ctrl;cmd push left bar-resize:screenSizeX/3
#bind up:ctrl;cmd push up bar-resize:screenSizeY/2
#bind down:ctrl;cmd push down bar-resize:screenSizeY/2
#
## Nudge Bindings
#bind right:shift;alt nudge +10% +0
#bind left:shift;alt nudge -10% +0
#bind up:shift;alt nudge +0 -10%
#bind down:shift;alt nudge +0 +10%
#
## Throw Bindings
#bind 1:ctrl;alt throw 0 resize
#bind 2:ctrl;alt throw 1 resize
#bind 3:ctrl;alt throw 2 resize
#
bind ]:shift;ctrl throw right
bind [:shift;ctrl throw left
bind up:shift;ctrl throw up
bind down:shift;ctrl throw down
#
## Focus Bindings
#bind right:cmd focus right
#bind left:cmd focus left
#bind up:cmd focus up
#bind down:cmd focus down
#bind up:cmd;alt focus behind
#bind down:cmd;alt focus behind
#
## Window Hints
#bind esc:cmd hint
bind l:shift;ctrl push right bar-resize:screenSizeX/2
bind h:shift;ctrl push left bar-resize:screenSizeX/2
bind k:shift;ctrl push up bar-resize:screenSizeY/2
bind j:shift;ctrl push down bar-resize:screenSizeY/2
bind n:shift;ctrl corner bottom-right resize:screenSizeX/2;screenSizeY/2
bind b:shift;ctrl corner bottom-left resize:screenSizeX/2;screenSizeY/2
bind u:shift;ctrl corner top-right resize:screenSizeX/2;screenSizeY/2
bind y:shift;ctrl corner top-left resize:screenSizeX/2;screenSizeY/2
bind pad3:shift;ctrl corner bottom-right resize:screenSizeX/3;screenSizeY/3
bind oad1:shift;ctrl corner bottom-left resize:screenSizeX/3;screenSizeY/3
bind pad9:shift;ctrl corner top-right resize:screenSizeX/3;screenSizeY/3
bind pad7:shift;ctrl corner top-left resize:screenSizeX/3;screenSizeY/3
# bind pad8:shift;ctrl push up bar-resize:screenSizeX/3;screenSizeY/3
# bind oad4:shift;ctrl push left bar-resize:screenSizeX/3;screenSizeY/3
# bind pad6:shift;ctrl push right bar-resize:screenSizeX/3;screenSizeY/3
# bind pad2:shift;ctrl push down bar-resize:screenSizeX/3;screenSizeY/3
# bind tab:cmd switch
# bind pad5:shift;ctrl push center resize:screenSizeX/3;screenSizeY/3