I recently learned about a shortcut you can enable for moving windows, is something similar around for resizing? On linux I do this via alt + left click and alt + right click
`NSWindowShouldDragOnGesture` setting allows you to drag windows at any point if you hold ⌃⌘
`defaults write -g NSWindowShouldDragOnGesture -bool YES`