Last active
October 13, 2015 07:37
-
-
Save jpsirois/4161649 to your computer and use it in GitHub Desktop.
My 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 | |
config defaultToCurrentScreen true | |
config nudgePercentOf screenSize | |
config resizePercentOf screenSize | |
config secondsBeforeRepeat 0.1 | |
config secondsBetweenRepeat 0.05 | |
# Push Bindings | |
bind u:ctrl;cmd push up bar-resize:screenSizeX | |
# Throw (move to screen X) Bindings | |
bind 1:ctrl;alt throw 0 | |
bind 2:ctrl;alt throw 1 | |
# Resize Bindings | |
bind 3:ctrl;alt push left bar-resize:screenSizeX/3 | |
bind 4:ctrl;alt push left bar-resize:screenSizeX/2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Inspired from the one of @gcauchon -> https://gist.github.com/4112387/1153bfb7198ce061946a1f1c29c23d229807cb8c