-
Notifications
You must be signed in to change notification settings - Fork 0
/
slate
38 lines (34 loc) · 1.17 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
# Resize Bindings
bind l:alt resize +10% +0
bind h:alt resize -10% +0
bind k:alt resize +0 -10%
bind j:alt resize +0 +10%
bind l:ctrl;alt resize -10% +0 bottom-right
bind h:ctrl;alt resize +10% +0 bottom-right
bind k:ctrl;alt resize +0 +10% bottom-right
bind j:ctrl;alt resize +0 -10% bottom-right
# Push Bindings
bind l:ctrl;cmd push right bar-resize:screenSizeX/3
bind h:ctrl;cmd push left bar-resize:screenSizeX/3
bind k:ctrl;cmd push up bar-resize:screenSizeY/2
bind j:ctrl;cmd push down bar-resize:screenSizeY/2
# Nudge Bindings
bind l:shift;alt nudge +10% +0
bind h:shift;alt nudge -10% +0
bind k:shift;alt nudge +0 -10%
bind j: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 l:ctrl;alt;cmd throw right resize
bind h:ctrl;alt;cmd throw left resize
bind k:ctrl;alt;cmd throw up resize
bind j:ctrl;alt;cmd throw down resize
# Focus Bindings
# bind l:cmd focus right
# bind h:cmd focus left
bind k:cmd focus up
bind j:cmd focus down
bind k:cmd;alt focus behind
bind j:cmd;alt focus behind