Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Solve window management on MacOS with 10 lines of Hammerspoon config:

    local hyper = {"ctrl", "alt", "cmd"}
    hs.loadSpoon("MiroWindowsManager")
    hs.window.animationDuration = 0.3
    spoon.MiroWindowsManager:bindHotkeys({
      up = {hyper, "up"},
      right = {hyper, "right"},
      down = {hyper, "down"},
      left = {hyper, "left"},
      fullscreen = {hyper, "f"}
    })


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: