Skip to content

Instantly share code, notes, and snippets.

@warseph
Created November 5, 2014 15:16
Show Gist options
  • Select an option

  • Save warseph/f389e0bfe0589b8fa10c to your computer and use it in GitHub Desktop.

Select an option

Save warseph/f389e0bfe0589b8fa10c to your computer and use it in GitHub Desktop.
Slate change monitor
# 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