pablopunk / SwiftShift

Sweet window management for macOS
https://swiftshift.app
MIT License
151 stars 8 forks source link

resize fixed size windows without moving them unnecessarily #64

Open danini-the-panini opened 3 weeks ago

danini-the-panini commented 3 weeks ago

Resolves #62

Use the resulting size after resizing to determine how much to move the window, instead of assuming the resize worked.

codesandbox[bot] commented 3 weeks ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

danini-the-panini commented 3 weeks ago

I tried refactoring the non-quadrant code a little but I seem to have broken it a bit, hang on