Created
April 8, 2016 18:30
-
-
Save duanckham/70b780be889953474a624b4500bba310 to your computer and use it in GitHub Desktop.
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
# Monitor Aliases | |
alias mon-dell 1920x1080 | |
# Position Aliases | |
alias win-left move screenOriginX;screenOriginY screenSizeX/2;screenSizeY ${mon-dell} | |
alias win-right move screenOriginX+screenSizeX/2;screenOriginY screenSizeX/2;screenSizeY ${mon-dell} | |
alias win-max move screenOriginX;screenOriginY screenSizeX;screenSizeY ${mon-dell} | |
# Key Bindings | |
bind ,:alt;cmd ${win-left} | |
bind .:alt;cmd ${win-right} | |
bind /:alt;cmd ${win-max} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment