-
Notifications
You must be signed in to change notification settings - Fork 1
/
.slate
41 lines (28 loc) · 809 Bytes
/
.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
# 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
config windowHintsShowIcons true
config windowHintsIgnoreHiddenWindows false
config windowHintsSpread true
# alias hyper f19
alias hyper ctrl;cmd;alt;shift
# Focus Bindings
bind j:${hyper} focus behind
bind t:${hyper} focus 'iTerm'
bind m:${hyper} focus 'Sparrow'
bind c:${hyper} focus 'Skype'
# Moving Windows
#
bind left:${hyper} push left
bind right:${hyper} push right
bind down:${hyper} push down
bind up:${hyper} push up
# Resizing Windows
bind -:${hyper} resize -10% -5%
bind =:${hyper} resize +10% +5%
# Window Hints
bind esc:cmd hint 1234QWERASDFXCVB
# Testing
bind g:cmd grid 0:6,3