Skip to content

Instantly share code, notes, and snippets.

@overcache
Last active January 13, 2017 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save overcache/064e322b561fd37f58cbb0f42044e400 to your computer and use it in GitHub Desktop.
Save overcache/064e322b561fd37f58cbb0f42044e400 to your computer and use it in GitHub Desktop.
hs.hotkey.bind(hyper, "]", function()
hs.window.focusedWindow():setFullScreen(false)
hs.window.focusedWindow():moveToUnit(hs.layout.right50)
end)
hs.hotkey.bind(hyper, "[", function()
hs.window.focusedWindow():setFullScreen(false)
hs.window.focusedWindow():moveToUnit(hs.layout.left50)
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment