this repo has no description

[hammerspoon] also patch maximize and move methods

Changed files
+2
dot_hammerspoon
Spoons
MiroWindowsManager.spoon
+2
dot_hammerspoon/Spoons/MiroWindowsManager.spoon/init.lua
··· 58 58 59 59 local windowMT = hs.getObjectMetatable("hs.window") 60 60 windowMT.setFrame = withAxHotfix(windowMT.setFrame) 61 + windowMT.maximize = withAxHotfix(windowMT.maximize) 62 + windowMT.moveToUnit = withAxHotfix(windowMT.moveToUnit) 61 63 62 64 -- Metadata 63 65 local obj={}