forked from ledona/delano_setup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
dot_slate
40 lines (30 loc) · 1.08 KB
/
dot_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
# My personal slate layout, based on the default and refined
config defaultToCurrentScreen true
config nudgePercentOf screenSize
config resizePercentOf screenSize
alias full move screenOriginX;screenOriginY screenSizeX;screenSizeY
# Full screen on current window
bind return:shift;alt ${full}
# Resize Bindings
bind right:alt;shift;ctrl resize +10% +0
bind left:alt;shift;ctrl resize -10% +0
bind up:alt;shift;ctrl resize +0 -10%
bind down:alt;shift;ctrl resize +0 +10%
# 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%
# Push to edge Bindings
bind right:alt;cmd;shift push right bar-resize:screenSizeX/3
bind left:alt;cmd;shift push left bar-resize:screenSizeX/3
bind up:alt;cmd;shift push up bar-resize:screenSizeY/2
bind down:alt;cmd;shift push down bar-resize:screenSizeY/2
# Throw Bindings
bind 1:shift;alt throw 0
bind 2:shift;alt throw 1
bind 3:shift;alt throw 2
bind 4:shift;alt throw 3
# Window Hints
bind esc:cmd hint
# LAYOUTS