Skip to content

Instantly share code, notes, and snippets.

@mrpollo
Last active August 29, 2015 13:56
Show Gist options
  • Save mrpollo/9120668 to your computer and use it in GitHub Desktop.
Save mrpollo/9120668 to your computer and use it in GitHub Desktop.
My slate configuration
# 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
# Window Hints
bind esc:cmd hint
# Window Grid
bind a:shift;cmd grid padding:5 0:6,6 1:8,6
# Divvy config
bind f16:ctrl;alt;cmd corner top-left resize:screenSizeX/2;screenSizeY # half left
bind f17:ctrl;alt;cmd corner top-right resize:screenSizeX/2;screenSizeY # half right
bind f18:ctrl;alt;cmd move (screenSizeX/2)-(windowSizeX/2);screenOriginY screenSizeX/2;screenSizeY screen # half centered
bind f19:ctrl;alt;cmd corner top-left resize:screenSizeX;screenSizeY # full
bind pad1:ctrl;alt;cmd corner top-left resize:screenSizeX/2;screenSizeY/2 # corner 1
bind pad2:ctrl;alt;cmd corner top-right resize:screenSizeX/2;screenSizeY/2 # corner 2
bind pad3:ctrl;alt;cmd corner bottom-left resize:screenSizeX/2;screenSizeY/2 # corner 3
bind pad4:ctrl;alt;cmd corner bottom-right resize:screenSizeX/2;screenSizeY/2 # corner 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment