[hammerspoon] Use mash+left/right for throwing windows

pull/28/head
Alpha Chen 9 years ago
parent d19af3a582
commit 8c518b2bb4

@ -57,7 +57,9 @@ local throw_right = function()
end
hs.hotkey.bind(mash, "h", throw_left)
hs.hotkey.bind(mash, "left", throw_left)
hs.hotkey.bind(mash, "l", throw_right)
hs.hotkey.bind(mash, "right", throw_right)
hs.pathwatcher.new(os.getenv("HOME") .. "/.hammerspoon/", function()
hs.reload()

Loading…
Cancel
Save