Skip to content

Instantly share code, notes, and snippets.

@e-jigsaw
Last active November 4, 2022 09:48
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 e-jigsaw/8327f5c31ac6c211e9116ee6beeae36b to your computer and use it in GitHub Desktop.
Save e-jigsaw/8327f5c31ac6c211e9116ee6beeae36b to your computer and use it in GitHub Desktop.
hs.loadSpoon("ShiftIt")
spoon.ShiftIt:setWindowCyclingSizes({ 100 }, { 34 })
spoon.ShiftIt:bindHotkeys({
up = {{ 'cmd', 'alt', 'shift' }, 'k' },
down = {{ 'cmd', 'alt', 'shift' }, 'j' },
center = {{ 'cmd', 'alt', 'shift' }, 'c' },
maximum = {{ 'cmd', 'alt', 'shift' }, 'f' }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment