Created
November 5, 2014 15:16
-
-
Save warseph/f389e0bfe0589b8fa10c to your computer and use it in GitHub Desktop.
Slate change monitor
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
| # Move windows between monitors | |
| alias mon-left 0 | |
| alias mon-right 1 | |
| bind left:${hyper} move screenOriginX;screenOriginY screenSizeX;screenSizeY mon-left | |
| bind right:${hyper} move screenOriginX;screenOriginY screenSizeX;screenSizeY mon-right |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment