Last active
September 8, 2016 13:04
-
-
Save javiercr/ca9d00ab8d3d75e0a2e2f7421af807d3 to your computer and use it in GitHub Desktop.
Custom slate config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
config defaultToCurrentScreen true | |
config nudgePercentOf screenSize | |
config resizePercentOf screenSize | |
# Full screen | |
bind m:ctrl;alt;cmd move screenOriginX;screenOriginY screenSizeX;screenSizeY | |
# Center | |
bind c:ctrl;alt;cmd move screenOriginX+screenSizeX*0.15;screenOriginY screenSizeX*0.7;screenSizeY | |
# Move to different screen | |
bind pad1:ctrl;alt;cmd throw 0 resize | |
bind pad2:ctrl;alt;cmd throw 1 resize | |
# Resize and move to half of window | |
bind left:ctrl;alt;cmd push left bar-resize:screenSizeX/2 | |
bind right:ctrl;alt;cmd push right bar-resize:screenSizeX/2 | |
bind up:ctrl;alt;cmd push up bar-resize:screenSizeY/2 | |
bind down:ctrl;alt;cmd push down bar-resize:screenSizeY/2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment