forked from napcs/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.slate
63 lines (48 loc) · 1.88 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
# 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:ctrl;shift resize +10% +0
bind left:ctrl;shift resize -10% +0
bind up:ctrl;shift resize +0 -10%
bind down:ctrl;shift resize +0 +10%
bind m:ctrl;alt;cmd move 0;0 screenSizeX;screenSizeY
# Push Bindings
bind up:ctrl;alt;cmd push up bar-resize:screenSizeY/2
bind down:ctrl;alt;cmd push down bar-resize:screenSizeY/2
bind right:ctrl;alt;cmd push right bar-resize:screenSizeX/2
bind left:ctrl;alt;cmd push left bar-resize:screenSizeX/2
bind left:ctrl;shift;alt corner top-left resize:screenSizeX/2;screenSizeY/2
bind up:ctrl;shift;alt corner top-right resize:screenSizeX/2;screenSizeY/2
bind down:ctrl;shift;alt corner bottom-left resize:screenSizeX/2;screenSizeY/2
bind right:ctrl;shift;alt corner bottom-right resize:screenSizeX/2;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 right:ctrl;alt throw right
bind left:ctrl;alt throw left
# Focus Bindings
bind left:ctrl focus left
bind right:ctrl focus right
bind up:ctrl focus up
bind down:ctrl focus down
bind up:cmd;alt focus behind
bind down:cmd;alt focus behind
# Window Hints
bind esc:cmd hint
# Shows app icons and background apps, spreads icons in the same place.
config windowHintsShowIcons true
config windowHintsIgnoreHiddenWindows false
config windowHintsSpread false
#window hints
bind e:cmd hint ASDFGHJKLQWERTYUIOPCVBN # use whatever keys you want
# Grid
bind g:cmd grid padding:5 0:6,4 1:8,3
# Bindings
bind 1:ctrl focus 'iTerm'
bind 2:ctrl focus 'Google Chrome'